bubble_head_plus 0.0.5
bubble_head_plus: ^0.0.5 copied to clipboard
A flutter plugin to enable you launch a bubble while putting your application to background and upon clicking the bubble brings your application back to foreground
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