Getting permission to the external storage (file_provider plugin)

前端 未结 5 2131
星月不相逢
星月不相逢 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 16:57

    In Android Q, this Error will be resolved by adding the Following Lines in AndroidManifest file:

     

提交回复
热议问题