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

A plugin to fetch user location from GPS/Network/Fused using native android platform, which improves fetching of coordinates better faster than other flutter gps packages.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nativecode_location

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

dependencies:
  nativecode_location: ^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:nativecode_location/nativecode_location.dart';
2
likes
140
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A plugin to fetch user location from GPS/Network/Fused using native android platform, which improves fetching of coordinates better faster than other flutter gps packages.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on nativecode_location

Packages that implement nativecode_location