Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lyokone/flutterlocation
A Flutter plugin to easily handle realtime location in iOS and Android. Provides settings for optimizing performance or battery.
https://github.com/lyokone/flutterlocation
android dart flutter flutter-plugin ios
Last synced: 3 days ago
JSON representation
A Flutter plugin to easily handle realtime location in iOS and Android. Provides settings for optimizing performance or battery.
- Host: GitHub
- URL: https://github.com/lyokone/flutterlocation
- Owner: Lyokone
- License: mit
- Created: 2017-07-07T12:47:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T01:05:30.000Z (3 months ago)
- Last Synced: 2025-01-04T10:09:35.041Z (3 days ago)
- Topics: android, dart, flutter, flutter-plugin, ios
- Language: Dart
- Homepage:
- Size: 13.4 MB
- Stars: 1,122
- Watchers: 24
- Forks: 829
- Open Issues: 153
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Location Plugin
This repository contains the following packages:
- [`location`][location]: code for the cross-platform facing plugin used to
display local notifications within Flutter applications. This is what you use
in your app!
- [`location_platform_interface`][location_platform_interface]: plugin's common
platform interface code
- [`location_web`][location_web]: the Web implementation of the plugin## Getting Started
Head over to the [documentation website].
The full README for the plugin can be found in the [location] directory, or on
[pub.dev](https://pub.dev/packages/location).[location]: https://github.com/Lyokone/flutterlocation/tree/master/packages/location
[location_platform_interface]: https://github.com/Lyokone/flutterlocation/tree/master/packages/location_platform_interface
[location_web]: https://github.com/Lyokone/flutterlocation/tree/master/packages/location_web
[documentation website]: https://docs.page/Lyokone/flutterlocation## Maintainers
- [Guillaume Bernos] (original creator)
- [Bartek Pacia][Guillaume Bernos]: https://github.com/Lyokone
[Bartek Pacia]: https://github.com/bartekpacia