locate 1.2.0 copy "locate: ^1.2.0" to clipboard
locate: ^1.2.0 copied to clipboard

A Flutter plugin to fetch GPS/ Network based Location Data Feed on Android.

v1.2.0 #

  • Updated dependencies to latest version
  • Updated build tools to 29.0.3, with compile SDK to 29
  • Using Kotlin 1.3.72
  • Seperated Dart classes into different files
  • Updated documentation, little more elaborative now ;)

v1.1.0 #

!!! This is a breaking update !!!

  • API has been updated, leveraging power of Asynchronous Programming
  • No more callbacks for receiving location data feed
  • Stream
  • Which can also be stopped if required.

v1.0.0 #

This is the very first release of locate flutter plugin. It simply fetches android location data using either Google Play Service based Location Service or android.location.LocationManager. It can continously report device location using callback mechanism, which might be used to update UI.

This plugin only works for Android Platform. Built with latest version of SDK(28).

1
likes
40
pub points
12%
popularity

Publisher

verified publisheritzmeanjan.in

A Flutter plugin to fetch GPS/ Network based Location Data Feed on Android.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on locate