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

The plugins flutter_sms use a deprecated version of the Android embedding. #51

Closed shelarvs closed 1 year ago

shelarvs commented 2 years ago

To avoid unexpected runtime failures, or future build failures, try to see if these plugins support the Android V2 embedding. Otherwise, consider removing them since a future release of Flutter will remove these deprecated APIs. If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.

Request you please resolve the issue ASAP

rizwan3d commented 2 years ago

+1

Temur87 commented 2 years ago

+1

SilkyPants commented 2 years ago

Looks to be merged now?

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