skip to Main Content

Flutter – 'Permission denied' issue even after granting

'Permission denied' issue even after granting. Issue is only with Samsung galaxy devices. I am using galaxy A14. Android Manifest File: <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> see screenshot of app setting here here I cant see any storage permission to allow…

VIEW QUESTION

Flutter permission to contact

My code is the file name is interface.dart. I'm calling the interface.dart from the main.dart I'm getting a permission denied error when try to access the contacts in the emulator I added the permission_handler dependency in the pubspec.yaml Then added…

VIEW QUESTION
Back To Top
Search