Piwigo / piwigo-flutter-app

Piwigo mobile application for Android
GNU General Public License v2.0
82 stars 26 forks source link

ext_storage is deprecated #104

Closed yamanq closed 2 years ago

yamanq 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.

If it is replaced, I think the download button should allow you to choose a location to download to.

yamanq commented 2 years ago

Fixed by #119