Skip to content

null-safety incompatible with beta and dev releases #160

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
muhlba91 opened this issue Feb 13, 2021 · 0 comments
Closed

null-safety incompatible with beta and dev releases #160

muhlba91 opened this issue Feb 13, 2021 · 0 comments

Comments

@muhlba91
Copy link
Contributor

muhlba91 commented Feb 13, 2021

Flutter bumped 1.26 to beta and releases 1.27 on dev.
They also bumped some dependencies to null-safety versions by default and, since get_it requires certain tagged pre-release versions of those, the current null-safety prerelease is not compatible and working anymore:

Because no versions of get_it match >6.0.0-nullsafety.2 <7.0.0 and get_it 6.0.0-nullsafety.2 depends on collection 1.15.0-nullsafety.5, get_it ^6.0.0-nullsafety.2 requires collection 1.15.0-nullsafety.5.
And because every version of flutter from sdk depends on collection 1.15.0, get_it ^6.0.0-nullsafety.2 is incompatible with flutter from sdk

In particular, updates affect:

  • collection to 1.15.0
  • meta to 1.3.0
  • async to 2.5.0
escamoteur added a commit that referenced this issue Feb 15, 2021
fix #160: bump to null-safety prerelease versions
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