location 4.2.0 copy "location: ^4.2.0" to clipboard
location: ^4.2.0 copied to clipboard

outdated

A Flutter plugin to easily handle realtime location in iOS and Android. Provides settings for optimizing performance or battery.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add location

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

dependencies:
  location: ^4.2.0

Alternatively, your editor might support 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';
2734
likes
0
pub points
100%
popularity

Publisher

verified publisherbernos.dev

A Flutter plugin to easily handle realtime location in iOS and Android. Provides settings for optimizing performance or battery.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, location_platform_interface, location_web, meta

More

Packages that depend on location