bubble_head_plus 0.0.7
bubble_head_plus: ^0.0.7 copied to clipboard
A Flutter plugin for Android that provides a floating bubble overlay, background location tracking with periodic HTTPS uploads, retry queue, auth token refresh, and foreground service resilience for r [...]
0.0.7 #
- Improved README: expanded metadata documentation with full JSON payload example, supported value types, and multi-field usage guidance
0.0.6 #
- Renamed package to bubble_head_plus
- Added repository field to pubspec.yaml
- Fixed pub.dev repository URL validation
0.0.5 #
- Added API 35 compatibility updates
- Added foreground-service hardening for bubble reliability
- Added Android background location upload feature
- Added HTTPS upload configuration options (headers, metadata, interval)
- Added resilient queue with retry backoff for location uploads
- Added optional auth refresh flow for 401/403 upload responses
- Added location update event stream for Flutter listeners
- Improved README with full setup and integration guidance
0.0.1 #
- Created and implemented startBubbleHead and closeBubbleHead usecases for bubble head package
0.0.2 #
- Fix read-me documentation
0.0.3 #
- Fix read-me documentation (added
Buy me a coffee link)
0.0.4 #
- Added optional parameter to enable or disable send-app-to-background
- Updated documentation