tracelet_web 0.5.1
tracelet_web: ^0.5.1 copied to clipboard
Web implementation of the Tracelet background geolocation plugin.
Changelog #
0.5.1 #
- DOCS: Update README with usage instructions, compatibility table, and related packages.
- FIX: Add
.gitignoreto excludebuild/directory from publish. - FIX: Add
flutterenvironment constraint topubspec.yaml.
0.5.0 #
- FEAT: Initial web platform release.
- FEAT: Foreground-only location tracking via Web Geolocation API.
- FEAT: Geofence emulation (distance-based enter/exit/dwell detection).
- FEAT: In-memory persistence for locations and logs.
- FEAT: HTTP sync via browser
fetch()API. - FEAT: Permission queries via
navigator.permissions. - FEAT: Connectivity monitoring via
online/offlineevents. - FEAT: Auto-fallback from high to low accuracy on timeout.
- DOCS: Add comprehensive Web Support guide (
help/WEB-SUPPORT.md).
0.4.0 #
- Initial web implementation (pre-release).
- Connectivity detection via
navigator.onLine. - Stub implementations for platform-specific APIs (background tasks, settings, etc.).