flutter_location 0.0.3 copy "flutter_location: ^0.0.3" to clipboard
flutter_location: ^0.0.3 copied to clipboard

outdated

A new flutter plugin project.

Flutter Location Plugin #

A new flutter plugin to provide native location.

Getting Started #

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

For help on editing plugin code, view the documentation.

API #

Methods Description
Future Get the level of permission the user has granted to the app (NOT_DETERMINED, DENIED, AUTHORIZED).
Future<Map<String, double>> location Get the location of the user
Stream<Map<String, double>> onLocationChange Get the stream of the user's location.

Model #

Permission:

  • NOT_DETERMINED: Permission not specified
  • DENIED: The user rejected the authorization
  • AUTHORIZED: The user granted permission to use location
0
likes
0
pub points
51%
popularity

Publisher

unverified uploader

A new flutter plugin project.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_location