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

outdated

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 Flutter:

 $ flutter pub add fl_location

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

dependencies:
  fl_location: ^1.2.2

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

Publisher

verified publisherpravera.me

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

fl_location_platform_interface, fl_location_web, flutter

More

Packages that depend on fl_location