Skip to content

You can use this plugin to check if location service is enabled or not and you can also open location services settings using your app.

License

Notifications You must be signed in to change notification settings

vkpdeveloper/location_services

Repository files navigation

location_service

A new flutter plugin project.

Getting Started

You can use this plugin to check if location service is enabled or not and you can also open location services settings using your app.

Checking If Location Service is Enabled :

bool isDone = await LocationService.checkIfLocationServiceEnabled();  
print(isDone);

Opening Location Service Settings

bool isDone = await LocationService.openLocationService();  
print(isDone);

About

You can use this plugin to check if location service is enabled or not and you can also open location services settings using your app.

Resources

License

Stars

Watchers

Forks