gps 0.1.1 copy "gps: ^0.1.1" to clipboard
gps: ^0.1.1 copied to clipboard

discontinued

Getting location data in the simplest way, and just getting it. Google service is not used in Android.

gps #

Getting location data by gps, Support android and iOS.

0.1.1 GitHub

Install #

dependencies:
  gps: ^0.1.1 # (latest version)

Usage #

import 'package:gps/gps.dart';

void main() async{
  var latlng = await Gps.currentGps();
  print(latlng.lat);
  print(latlng.lng);
}

Get GPS information only once.

LICENSE #

MIT

11
likes
40
pub points
43%
popularity

Publisher

unverified uploader

Getting location data in the simplest way, and just getting it. Google service is not used in Android.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on gps