ym_geolocator 0.0.1 copy "ym_geolocator: ^0.0.1" to clipboard
ym_geolocator: ^0.0.1 copied to clipboard

Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ym_geolocator

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

dependencies:
  ym_geolocator: ^0.0.1

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:ym_geolocator/geolocator.dart';
1
likes
150
points
109
downloads

Publisher

unverified uploader

Weekly Downloads

Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, geolocator_apple, geolocator_linux, geolocator_platform_interface, geolocator_web, geolocator_windows, ym_geolocator_android

More

Packages that depend on ym_geolocator

Packages that implement ym_geolocator