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

discontinued
outdated

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.

Install #

dependencies:
  gps: ^0.1.0 # (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
44%
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