fl_location 4.0.0 copy "fl_location: ^4.0.0" to clipboard
fl_location: ^4.0.0 copied to clipboard

A plugin that can access the location services of each platform and collect device location data.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fl_location

With Flutter:

 $ flutter pub add fl_location

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

dependencies:
  fl_location: ^4.0.0

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:fl_location/fl_location.dart';
41
likes
0
pub points
94%
popularity

Publisher

verified publisherpravera.me

A plugin that can access the location services of each platform and collect device location data.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

fl_location_platform_interface, fl_location_web, flutter

More

Packages that depend on fl_location