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
241 stars 176 forks source link

Update the kotlin version to 1.6.10 to avoid failing builds when use… #71

Closed prasadsunny1 closed 6 months ago

prasadsunny1 commented 1 year ago

…d in a flutter modules

This fixes https://github.com/fluttercommunity/flutter_sms/issues/70

countryst commented 1 year ago

When would this be released? Is there a way I can use this in my flutter application?

prasadsunny1 commented 1 year ago

Yes @countryst, You can add add the kotlin version in your host project's build.gradle to temporarily make it build

countryst commented 1 year ago
  flutter_sms:
    git:
      url: https://github.com/fluttercommunity/flutter_sms.git
      ref: 419918ed46f1c4c675224546778a093e9fd09ca9 # commit hash

This worked https://stackoverflow.com/a/68784015/2603238

prasadsunny1 commented 1 year ago

What do yo think about this PR? is it good to go in?

kmcgill88 commented 1 year ago

@rodydavis anyway there can be more contributors added to help get some of these prs merged?

kvenn commented 10 months ago

The fix was merged back in june. This can be closed.

https://github.com/fluttercommunity/flutter_sms/pull/81