A Flutter plugin to access the gps location events.
To use this plugin, add flocation
as a dependency in your pubspec.yaml file.
import 'package:flocation/flocation.dart';
Flocation.locationEvents.listen((LocationEvent event) {
// Do something with the event.
});
(Currently only Android has the native side filled in.)
For help getting started with Flutter, view our online documentation.
For help on editing plugin code, view the documentation.