nativecode_location 0.0.1
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_locationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nativecode_location: ^0.0.1Alternatively, 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';