flutterdartflutter-plugin

Opening Location Permission from the inside of App flutter


the page i want to access from inside the app : enter image description here


Solution

  • Using Geolocator Package, you can open location settings as per below. You may note that this operation can only open the device Location Permission page, not the entire App permission manager.

    Geolocator.openLocationSettings();