Skip to content

async: ^2.13.0 causes issues with Flutter stable #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
domesticmouse opened this issue May 1, 2025 · 2 comments
Closed

async: ^2.13.0 causes issues with Flutter stable #100

domesticmouse opened this issue May 1, 2025 · 2 comments

Comments

@domesticmouse
Copy link
Member

The async: ^2.13.0 in dart_mcp 0.1.0 makes it incompatible with Flutter stable.

Can we document somewhere that dart_mcp requires a minimum Flutter version of 3.32.0-0 ?

@jakemac53
Copy link
Contributor

jakemac53 commented May 1, 2025

We don't generally do this for other packages.... it will just get out of date.

Fwiw we could likely decrease the min constraints on async if we aren't compatible with flutter stable. This is just the latest version and since it was a new dependency that is what pub will add by default. But I doubt we are relying on anything super new.

@domesticmouse
Copy link
Member Author

Fair enough. The codelab will be post 3.32 going stable, so it'll be fine. It's just currently a PITA in that I'll be presenting tonight on beta. Oh well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants