flutter_location_plus 1.0.2 copy "flutter_location_plus: ^1.0.2" to clipboard
flutter_location_plus: ^1.0.2 copied to clipboard

PlatformAndroid

Native Android location plugin — GPS, Network & Passive providers. No Google Play Services. Replaces nativecode_location.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_location_plus

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

dependencies:
  flutter_location_plus: ^1.0.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:flutter_location_plus/flutter_location_plus.dart';
1
likes
160
points
114
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Native Android location plugin — GPS, Network & Passive providers. No Google Play Services. Replaces nativecode_location.

Repository (GitHub)
View/report issues

Topics

#location #gps #android #geolocation #native

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_location_plus

Packages that implement flutter_location_plus