Is there any way to open Location settings page in iOS using flutter? I don't want a native solution.
I've used this package, does the job so far: https://pub.dev/packages/app_settings
AppSettings.openLocationSettings()
As @Nick Ponomar mentioned, App Settings package from pub.dev is a great choice.
I just want to mention that it also offers openAppSettings method, which leads you to the settings screen/page for your app (i.e. the one that called the method openAppSettings). That settings screen contains all permission which your app requested since it was installed, whether they are enabled or disabled.
Example of app settings screen for WhatsApp:

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With