geopoint_location 0.4.0 copy "geopoint_location: ^0.4.0" to clipboard
geopoint_location: ^0.4.0 copied to clipboard

Handle real time location data. Get structured Geopoint data from Geolocator

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add geopoint_location

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

dependencies:
  geopoint_location: ^0.4.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:geopoint_location/geopoint_location.dart';
4
likes
40
pub points
37%
popularity

Publisher

unverified uploader

Handle real time location data. Get structured Geopoint data from Geolocator

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

cupertino_icons, extra_pedantic, flutter, geolocator, geopoint, pedantic, slugify2

More

Packages that depend on geopoint_location