yasukotelin / ext_storage

ext_storage is minimal flutter plugin that provides external storage path and external public storage path.
MIT License
29 stars 61 forks source link

Migrate to Android v2 embedding #10

Open PieterAelse opened 3 years ago

PieterAelse commented 3 years ago

See info here: https://flutter.dev/docs/development/packages-and-plugins/plugin-api-migration

bhanuka96 commented 3 years ago

we cannot use this plugin after flutter 2.5.0

The plugins ext_storage 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.

swarupbc commented 3 years ago

same here, please fix this issue

antoniosap commented 3 years ago

The plugin ext_storage 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.