sidlatau / flutter_email_sender

Allows send emails from flutter using native platform functionality.
Apache License 2.0
146 stars 81 forks source link

warning of "deprecated version of the Android embedding" #78

Closed craigbrown-nist closed 2 years ago

craigbrown-nist commented 2 years ago

FYI Using 3.0.1 and upgraded to flutter 2.5, and received a plugin warning. Seems easy relatively simple to handle from their docs.

The plugins flutter_email_sender, ... use a deprecated version of the Android embedding. 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.

craigbrown-nist commented 2 years ago

See fixed in v5