saf
saf copied to clipboard
Isdynamic: false Not working
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
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 ?
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.