Getting permission to the external storage (file_provider plugin)

前端 未结 5 2132
星月不相逢
星月不相逢 2020-12-03 16:08

I\'m having some problems getting permissions to the external storage on android devices with flutter.

When I try to create a directory in my external storage I get

5条回答
  •  醉梦人生
    2020-12-03 17:01

    Possible Solution:

    I also got the same error (in Android 10 Device) even after adding the permissions

    then I, manually uninstalling the Flutter App from the device,

    and rerun it.

    NOTE: make sure after the installation, allow the storage permission from the app settings.

    It works for me after struggling for hours (I don't know why this solution works)

提交回复
热议问题