ext_storage
ext_storage copied to clipboard
deprecated version of the Android embedding.
"The plugins ext_storage use a deprecated version of the Android embedding"
How can i avoid this type of error ?
Same here
same here. solution?
same here
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.
Showing this same warnings but it doesn't make any problems while running app or taking release build,but in future it might be a problem
For anyone facing this issues, you could use this fork which fixed that. Just replace your pubspec.yaml dependency to this.
ext_storage:
git:
url: git://github.com/GitJournal/ext_storage.git
ref: master
https://pub.dev/packages/external_path seems to be a good alternative