Skip to content
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

When is it compatible with the latest version of flutter #179

Open
connectTimeout opened this issue Aug 3, 2023 · 0 comments
Open

When is it compatible with the latest version of flutter #179

connectTimeout opened this issue Aug 3, 2023 · 0 comments

Comments

@connectTimeout
Copy link

The current Dart SDK version is 3.0.2.

Because xterm <2.0.0-pre doesn't support null safety and xterm >=2.0.0-pre <2.6.0 depends on platform_info ^3.0.0-nullsafety.1, xterm <2.6.0
requires platform_info ^3.0.0-nullsafety.1.
And because xterm >=2.6.0 depends on platform_info ^3.0.0, every version of xterm requires platform_info ^3.0.0-nullsafety.1.
So, because web_flutter depends on both platform_info ^4.0.2 and xterm any, version solving failed.

The lower bound of "sdk: '>=2.7.0 <3.0.0'" must be 2.12.0 or higher to enable null safety.
For details, see https://dart.dev/null-safety

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

No branches or pull requests

1 participant