floating_menu_overlay 1.0.1+1
floating_menu_overlay: ^1.0.1+1 copied to clipboard
A customizable floating menu overlay for Android. Supports 0-6 draggable menu icons, custom colors/gradients, shapes (circular/rect), sizes, borders, and app launcher as center icon. Clickable with Fl [...]
1.0.1+1 #
Fixed #
- Resolved generic TODO placeholder in LICENSE file for pub.dev compliance and metadata validation.
- Minor bug fixes: Improved null handling in menu configuration parsing to prevent crashes on invalid inputs; enhanced gradient rendering stability on Android 14+ devices.
- Updated CHANGELOG.md to include version-specific notes for better release tracking.
1.0.1+1 #
Added #
- Initial release with draggable floating menu overlay service.
- Support for 0-6 customizable menu items with individual icons, labels, and Flutter callbacks.
- Custom styling options: Solid colors, linear gradients, circular/rectangular shapes, adjustable sizes, borders, and corner radius.
- MethodChannel integration for seamless Dart-to-Kotlin communication and on-click handling.
- Bundled default drawables (e.g., pause/play/stop vectors) and overlay layout XML for quick setup.
Fixed #
- N/A (initial release)
0.1.0 (Unreleased) #
- Internal development and prototyping.