alexrintt / shared-storage

Flutter plugin to work with Android external storage.
http://alexrintt.io/shared-storage/
MIT License
54 stars 26 forks source link

What is the recommended alternative since this package is deprecated #160

Closed Jayasubin closed 1 month ago

Jayasubin commented 1 month ago

I have been using this plugin for the past year and now it is listed in the pub.dev website as "deprecated". Is anyone familiar with other packages that lets us use the SAF on android?

fsmdeveloper commented 1 month ago

https://pub.dev/packages/saf

https://pub.dev/packages/media_store_plus

Jayasubin commented 1 month ago

The package saf seems to be too out of date, so i am going with media_store_plus. Even though it doesn't have sufficient documentation in the pub page, the example project is self-explanatory. Thanks for the suggestion