All Projects → CaiJingLong → flutter_gps

CaiJingLong / flutter_gps

Licence: MIT license
No description, website, or topics provided.

Programming Languages

dart
5743 projects
ruby
36898 projects - #4 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].