Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 706 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 706 Bytes

Live location

A Flutter plugin for detects location on Android devices.

Installation

Add live_location as a dependency in your pubspec.yaml file.

Usage

/// Method to get the Live Location.
LatLongPosition position = await LiveLocation.getLatLong;

Using Stream.

// When you get the location for the first time, The location will be NULL.
// Stream Broadcast the Location every 15 seconds using LiveLocation.getLatLong;
LiveLocation.start(your_input);

License

This plugin is open source project and the license is MIT LICENSE.