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

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.1.3

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
40
pub points
60%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_compass, flutter_map, location

More

Packages that depend on user_location