-
Notifications
You must be signed in to change notification settings - Fork 220
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
Update dependancies versions #38
Conversation
@rodydavis Any word on getting this merged and a new version out there? |
I will work on getting this out soon. Migrating all the packages to null safe |
Thank you @rodydavis - I tried to start by doing the flutter_user_agent ( j0j00/flutter_user_agent#18 ) but apparently it's not accepting PRs, and I couldn't find the same data that you use in https://pub.dev/packages/device_info so definitely need help. |
please check and merge this, really need the plugin platform interface 2.0.0 update for this to work on my project 🙏🙏🙏 |
Hi @rodydavis just adding my +1 to this, I really need this for my project because I can't update any of the other plugins I depend on... :-( |
It will be updated soon, but in the meantime you can also use a dependency override with a git url with any custom changes
Rody Davis
… On Mar 22, 2021, at 11:18 AM, voivoed ***@***.***> wrote:
Hi @rodydavis just adding my +1 to this, I really need this for my project because I can't update any of the other plugins I depend on... :-(
Thank you for your work, I really appreciate being able to use this plugin!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
We need this PR as well as we migrated to Null Safety our app :) |
This merge would be very much appreciated by us as well, we migrated our entire app to null safety and this is one of the few packages that is preventing us from turning off unsound null safety. |
any update? @rodydavis |
Hello. This one is really urgent. We cant post a new versions to Stores. Any update when it could be merged please ? |
This is urgent for us too ! |
@rodydavis ? 🤔 |
Thank you! |
Hello,
I updated the dependancies versions to be able to use flutter_sms in confunction with new firebase plugins versions.
I also fixed the deprecated RaisedButton usage in example and a double import.