fi_mapxus_positioning_flutter 1.0.11
fi_mapxus_positioning_flutter: ^1.0.11 copied to clipboard
A Flutter plugin for Mapxus indoor positioning services. Provides real-time location tracking and positioning state management for indoor navigation applications.
0.0.1 #
- TODO: Describe initial release.
1.0.1 #
- Improved the service stop function and other related functions
1.0.7 #
- Added the checkSensorStatus method to retrieve the availability status of the required sensors for the Mapxus service.
1.0.9 #
- Added Foreground Service Feature
1.0.10 #
- Foreground service now waits for network connectivity before starting positioning, and retries automatically once a genuine offline start failure is recovered from.
- Fixed a bug where the foreground service would repeatedly restart positioning during normal indoor/outdoor signal transitions even while online.
1.0.11 #
- Foreground service now resumes an existing positioning client in place when connectivity returns, instead of only retrying after a full teardown.
- Debounced rapid reconnect/duplicate service-start events to prevent spurious restarts.
- Added
isIgnoringBatteryOptimizations()andrequestIgnoreBatteryOptimizations()so apps can prompt users to exempt the app from OEM battery optimizations that can kill the foreground service in the background.