geolocator_windows

v0.2.5

Geolocation Windows plugin for Flutter. This plugin provides the Windows implementation for the geolocator.

Package archive: https://pubdev.letsnova.ru/api/archives/geolocator_windows/0.2.5.tar.gz

Installdart pub add geolocator_windows

Readme

geolocator_windows

pub package Build status style: effective dart

The official Windows implementation of the geolocator plugin by Baseflow.

Usage

Since version 8.1.0 of the geolocator plugin this is the endorsed Windows implementation. This means it will automatically be added to your dependencies when you depend on geolocator: ^8.1.0 in your applications pubspec.yaml.

More detailed instructions on using the API can be found in the README.md of the geolocator package.

Issues

Please file any issues, bugs or feature requests as an issue on our GitHub page. Commercial support is available, you can contact us at hello@baseflow.com.

Want to contribute

If you would like to contribute to the plugin (e.g. by improving the documentation, solving a bug or adding a cool new feature), please carefully review our contribution guide and send us your pull request.

Author

This Geolocator plugin for Flutter is developed by Baseflow.

Changelog

0.2.5

  • Bump flutter_lints to version 5.0.0

0.2.4

  • Updates dart SDk to sdk: ^3.5.0
  • Fixed analyzzer issues example project

0.2.3

  • Fixes crash under Windows when RequestAcess is called while the Geolocation Service is disabled. (#1455)

0.2.2

  • Fixes crash under Windows when getCurrentPosition method is called. (#1240)

0.2.1

  • Exposes altitude accuracy to the Position class.

0.2.0

  • BREAKING CHANGE: Synchronizes the default values of Position.altitude, Position.heading and Position.speed with the other platforms and return 0.0 if the value is not known.
  • Migrates the target_compile_options to use /await:strict to make the options compatible with C++ 20.

0.1.3

  • Adds a PositionStatus::Initializing status consideration since it triggers the state change if "Let apps access your location" toggle option is switched ON from OFF.

0.1.2

  • Adds improved Flutter analysis and resolved warnings.
  • Updates dependencies to current versions.
  • Fixes plugin registration in dart_plugin_registrant.dart.

0.1.1

  • Fixes repository URL of the package.

0.1.0

  • Adds an initial implementation of Windows support for the geolocator plugin.