location_service 1.0.0 copy "location_service: ^1.0.0" to clipboard
location_service: ^1.0.0 copied to clipboard

outdated

A plugin for open and check location services in Android.

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);
1
likes
20
pub points
46%
popularity

Publisher

verified publishervaibhavpathakofficial.tk

A plugin for open and check location services in Android.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on location_service