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

Please update dependencies for compatibility with Flutter 2.0/null safety packages #49

Closed
tkeithblack opened this issue Mar 10, 2021 · 4 comments

Comments

@tkeithblack
Copy link
Contributor

I've been upgrading many packages to the null safety versions. I ran across a couple of dependencies in flutter_contacts that cause conflicts. I think these would be very easy to bump.

First, there is uuid ^2.2.2 which needs to update to uuid: ^3.0.1.
NOTE: I noticed in the code that the only reference to UUID is in your test code, so you can probably move it out of the main dependencies section.

Second is updating from sunny_dart: ^0.5.8+5 to sunny_dart: ^0.6.0+4

Thanks for providing this very useful package!

@ericmartineau
Copy link
Contributor

Will do

@tkeithblack
Copy link
Contributor Author

I ran into another one:

logging: ^1.0.0

Thanks!

@ericmartineau
Copy link
Contributor

OK, I have a pre-release version with null-safety 0.7.5+1 that includes upgrades for all libraries. I actually cleaned out dependencies except the basics.

@tkeithblack
Copy link
Contributor Author

Thank you, I'll give it a try!

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

2 participants