ext_storage
ext_storage copied to clipboard
ext_storage is minimal flutter plugin that provides external storage path and external public storage path.
Results
12
ext_storage issues
Sort by
recently updated
recently updated
newest added
In Android 10, the getExternalPublicStorage API will be deprecated, leading to an error when trying to get the paths. Instead, methods like getExternalFilesDir() should now be used. Is it realistic...