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
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on gps