bubble_head_plus 0.0.9
bubble_head_plus: ^0.0.9 copied to clipboard
Flutter Android plugin that shows a Truecaller-like floating bubble or widget overlay, brings the app to foreground, and emits callback-style location events.
0.0.9 #
- Added
startBubbleWidgetfor floating card-style overlays with dynamic content - Added
updateBubbleWidgetDatafor live widget updates while overlay is active - Added widget templates:
small,medium,large - Added
stopBubbleWidgetalias while preserving backward compatibility withstartBubbleHead - Expanded README with widget overlay setup, template behavior, and testing guidance
0.0.8 #
- Shortened pubspec description to satisfy pub.dev package metadata length guidance
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