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

deprecated version of the Android embedding. #19

Open libindstme opened 2 years ago

libindstme commented 2 years ago

"The plugins ext_storage use a deprecated version of the Android embedding"

How can i avoid this type of error ?

remi-martin commented 2 years ago

Same here

prakash6491 commented 2 years ago

same here. solution?

asavchuk commented 2 years ago

same here

Abhijithsp commented 2 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.

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

msayed-net commented 2 years ago

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
SethCohen commented 2 years ago

https://pub.dev/packages/external_path seems to be a good alternative