MotionMobs / flocation

(WIP)Flutter Plugin for Location services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flocation

A Flutter plugin to access the gps location events.

Usage

To use this plugin, add flocation as a dependency in your pubspec.yaml file.

Example

import 'package:flocation/flocation.dart';

Flocation.locationEvents.listen((LocationEvent event) {
 // Do something with the event.
});

(Currently only Android has the native side filled in.)

General Flutter Help

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.

About

(WIP)Flutter Plugin for Location services

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 36.7%Language:Kotlin 24.8%Language:Ruby 18.4%Language:Objective-C 15.9%Language:Swift 4.3%