EN | RU
Geolocator_aurora
A Flutter geolocation plugin. The plugin is an implementation geolocator.
Usage example:
return await Geolocator.getCurrentPosition();
Contents
- Installation and build
- Detailed description
- 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://gitlab.com/omprussia/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.
Compatibility
The application has been working correctly since the 5.0.0 version of the Aurora OS. Also requires flutter 3.32.7 or newer.
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.