Changelog#
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.2.0 - 2025-06-26#
Added#
- Deployed online documentation: https://flet-dev.github.io/flet-geolocator/
Geolocatorcontrol new methods:distance_betweenGeolocatorcontrol new properties:position,configuration- New dataclasses:
GeolocatorConfigurationGeolocatorWebConfigurationGeolocatorIosConfigurationGeolocatorAndroidConfigurationForegroundNotificationConfiguration
Changed#
- Refactored
Geolocatorcontrol to use@ft.controldataclass-style definition and switched toServicecontrol type
Breaking Changes#
Geolocatormust now be added toPage.servicesinstead ofPage.overlay.Geolocatormethodget_current_position_asyncparameters changed:- removed
accuracy location_settingsrenamed toconfiguration(type changed)wait_timeoutrenamed totimeout
- removed
- In all
Geolocatormethods, parameterwait_timeoutrenamed totimeout. - The following
Geolocatorsync methods were madeasync:get_current_positionget_last_known_positionget_permission_statusrequest_permissionis_location_service_enabledopen_app_settingsopen_location_settings
- Enum
GeolocatorActivityTyperenamed toGeolocatorIosActivityType
0.1.0 - 2025-01-15#
Initial release.