geolocator_windows
Geolocation Windows plugin for Flutter. This plugin provides the Windows implementation for the geolocator.
0.2.5
2.0M downloads/mo
#260 most downloaded on pub.dev
baseflow/flutter-geolocators
What this package is like to depend on
Last release 1 years ago
25 Mar 2025
Release timing varies
gaps range from 5 weeks to 1.3 years
Nearly every release is documented
notes for 10 of 10 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
10 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
10 releases · Jan 2022 to Mar 2025
2023
2024
2025
2026
Releases
latest 10-
0.2.525 Mar 2025 -
0.2.417 Mar 2025 -
0.2.314 Mar 2024Release notes
Open source →- Fixes crash under Windows when RequestAcess is called while the Geolocation Service is disabled. (#1455)
-
0.2.225 Oct 2023Release notes
Open source →- Fixes crash under Windows when getCurrentPosition method is called. (#1240)
-
0.2.122 Sep 2023 -
0.2.016 Aug 2023Release notes
Open source →- BREAKING CHANGE: Synchronizes the default values of
Position.altitude,Position.headingandPosition.speedwith the other platforms and return 0.0 if the value is not known. - Migrates the
target_compile_optionsto use/await:strictto make the options compatible with C++ 20.
- BREAKING CHANGE: Synchronizes the default values of
-
0.1.316 Aug 2023Release notes
Open source →- Adds a
PositionStatus::Initializingstatus consideration since it triggers the state change if "Let apps access your location" toggle option is switched ON from OFF.
- Adds a
-
0.1.210 Aug 2023Release notes
Open source →- Adds improved Flutter analysis and resolved warnings.
- Updates dependencies to current versions.
- Fixes plugin registration in
dart_plugin_registrant.dart.
-
0.1.105 May 2022 -
0.1.024 Jan 2022Release notes
Open source →- Adds an initial implementation of Windows support for the geolocator plugin.