fluttercommunity / flutter_sms

A Flutter plugin to Send SMS and MMS on iOS and Android. If iMessage is enabled it will send as iMessage on iOS. This plugin must be tested on a real device on iOS. Maintainer: @rodydavis
https://fluttercommunity.github.io/flutter_sms/
MIT License
245 stars 182 forks source link

Update dependancies versions #38

Closed tlkops closed 3 years ago

tlkops commented 3 years ago

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.

mjaffa-figure commented 3 years ago

@rodydavis Any word on getting this merged and a new version out there?

rodydavis commented 3 years ago

I will work on getting this out soon. Migrating all the packages to null safe

jonmountjoy commented 3 years ago

Thank you @rodydavis - I tried to start by doing the flutter_user_agent ( https://github.com/j0j00/flutter_user_agent/pull/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.

c3budiman commented 3 years ago

please check and merge this, really need the plugin platform interface 2.0.0 update for this to work on my project 🙏🙏🙏

voivoed commented 3 years ago

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!

rodydavis commented 3 years ago

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.

romeo4934 commented 3 years ago

We need this PR as well as we migrated to Null Safety our app :)

davidpanic commented 3 years ago

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.

romeo4934 commented 3 years ago

any update? @rodydavis

tdujmic commented 3 years ago

Hello. This one is really urgent. We cant post a new versions to Stores. Any update when it could be merged please ?

romeo4934 commented 3 years ago

This is urgent for us too !

romeo4934 commented 3 years ago

@rodydavis ? 🤔

jonmountjoy commented 3 years ago

Thank you!