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

Migrated to android v2 embedding #49

Closed acoutts closed 2 years ago

acoutts commented 2 years ago

This PR migrates the android plugin to use the V2 embedding since the V1 embedding will be deprecated soon and recent Flutter versions are now displaying a warning when building with this plugin.

Closes #48

acoutts commented 2 years ago

Any chance this can be merged soon? @brianegan @tlkops @slightfoot @knyghtryda

acoutts commented 2 years ago

Is anyone still maintaining this package?

acoutts commented 2 years ago

@shelarvs any chance for a merge?

rodydavis commented 2 years ago

Thanks!