jaumard / sms_autofill

Flutter plugin to provide SMS code autofill support
MIT License
281 stars 173 forks source link

The plugin `sms_otp_auto_verify` uses a deprecated version of the Android embedding #144

Closed ahamzatariq closed 2 years ago

ahamzatariq commented 2 years ago

The plugin sms_otp_auto_verify uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it 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.

jaumard commented 2 years ago

Embedded v2 have been done since v2.1.0 :) please update

jaumard commented 2 years ago

Also here it's not sms_otp_auto_verify by the way ^^