location 5.0.0-dev.8 copy "location: ^5.0.0-dev.8" to clipboard
location: ^5.0.0-dev.8 copied to clipboard

This librarie aims at providing you a simple way to get the user location without thinking about permission.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add location

With Flutter:

 $ flutter pub add location

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  location: ^5.0.0-dev.8

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:location/location.dart';
2736
likes
0
pub points
100%
popularity

Publisher

verified publisherbernos.dev

This librarie aims at providing you a simple way to get the user location without thinking about permission.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, location_android, location_ios, location_macos, location_platform_interface, location_web

More

Packages that depend on location