ivehement / saf

Flutter plugin that leverages Storage Access Framework (SAF) API to get access and perform the operations on files and folders.
https://pub.dev/packages/saf
MIT License
17 stars 19 forks source link

Isdynamic: false Not working #27

Open Prasathmm92 opened 1 year ago

Prasathmm92 commented 1 year ago

I used your example code to check the usage of SAF package. If I give saf.getDirectoryPermission(isDynamic: true ) it's working good but requesting permission ever time i close and open the app.

If I give isDynamic:false it's not working. Please give me a suggestion or Solution to use your package to get persisted permission for a director.

I am trying my first app as whatsapp status downloder. Please guide me is there any other option to access the whatsApp status directory using Flutter

ATOISABOY commented 8 months ago

I used your example code to check the usage of SAF package. If I give saf.getDirectoryPermission(isDynamic: true ) it's working good but requesting permission ever time i close and open the app.

If I give isDynamic:false it's not working. Please give me a suggestion or Solution to use your package to get persisted permission for a director.

I am trying my first app as whatsapp status downloder. Please guide me is there any other option to access the whatsApp status directory using Flutter

Bro did you find solution ?

life-is-good-ok commented 5 months ago

I used your example code to check the usage of SAF package. If I give saf.getDirectoryPermission(isDynamic: true ) it's working good but requesting permission ever time i close and open the app. If I give isDynamic:false it's not working. Please give me a suggestion or Solution to use your package to get persisted permission for a director. I am trying my first app as whatsapp status downloder. Please guide me is there any other option to access the whatsApp status directory using Flutter

Bro did you find solution ?

@ATOISABOY May I know which use case you are trying to achieve? I have achieved some similar behavior, that might help you.