EN | RU
Geolocator_aurora
A Flutter geolocation plugin. The plugin is an implementation geolocator.
Usage example:
return await Geolocator.getCurrentPosition();
Contents
- Plugin description
- Installation and build
- Detailed description
- Information about branches
- Known errors
- Compatibility
- Terms of use and participation in development
Installation and build
Add the plugin depending on the target application in the pubspec.yaml file:
dependencies:
geolocator_aurora:
git:
url: https://developer.auroraos.ru/git/flutter/flutter-community-plugins/geolocator_aurora.git
And update the dependencies:
flutter-aurora pub get
Detailed description
The plugin implements all the functions of the geolocator plugin, with some issues. It uses only satellites.
Information about branches
The versions of the application comply with the branch naming agreement .
Known errors
No errors observed.
Compatibility
The application has been working correctly since the 5.0.0 version of the Aurora OS.
Terms of Use and Participation
The source code of the project is provided under the license, that allows it to be used in third-party applications.
To participate in the development of the project, please read the contributor agreement. If you plan to contribute your own source code to the project, you will need to accept the CLA agreement.
For information about contributors see AUTHORS.
Code of conduct is a current set of rules of the Open Mobile Platform which informs you how we expect the members of the community will interact while contributing and communicating.