Create native settings Page UI in Flutter
Read moreHow do you open location permission settings in flutter programmatically?
Use this package called, permission_handler . This will allow you to open the app settings page where you can find the location permission.
Read moreHow do I allow permission to use an app?
Change app permissions
Read moreHow do I add permissions to flutter app?
Here is the list of all permissions.
Read moreHow do you open the settings on flutter?
Add this to your package’s pubspec.yaml file:
Read more