geolocator_windows 0.1.3 geolocator_windows: ^0.1.3 copied to clipboard
Geolocation Windows plugin for Flutter. This plugin provides the Windows implementation for the geolocator.
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.