Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
4.3k views
in Technique[技术] by (71.8m points)

dart - Open enable location app settings in flutter

In case of Location Permission denied forever, I want to lead user to permission settings for them to enable the location permission for flutter. I used app_settings library and also system_settings but both of them lead to the enable location screen and not the permission screen itself. I am using location package and it is not internally provided in the package. Is there any way to open app specific permission settings in flutter in order to properly lead users to enable location in case of permission denied forever?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You can use this plugin permission_handler

Use below method to open App Settings

PermissionHandler().openAppSettings();

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...