user_location 0.0.8 copy "user_location: ^0.0.8" to clipboard
user_location: ^0.0.8 copied to clipboard

outdated

A plugin for FlutterMap to handle and plot the current user location.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add user_location

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

dependencies:
  user_location: ^0.0.8

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:user_location/user_location.dart';
13
likes
0
pub points
59%
popularity

Publisher

unverified uploader

A plugin for FlutterMap to handle and plot the current user location.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_map, latlong, location

More

Packages that depend on user_location