floating_window_android 1.0.0
floating_window_android: ^1.0.0 copied to clipboard
A Flutter plugin for displaying and managing floating windows on Android. Supports customizable positioning, dragging, styling, and interaction with the main app.
1.0.0 #
- Initial release of floating_window_android
- Added support for displaying independent Flutter UI in a floating window
- Implemented bidirectional communication and data sharing between floating window and main app
- Added customization options for floating window size, position, and alignment
- Implemented support for dragging with edge snapping effects
- Added multiple interaction modes (click-through, default mode, focus pointer mode)
- Implemented customizable notification style and visibility
- Added dynamic adjustment of floating window properties at runtime
- Added API for permission requests and checks
- Implemented position control with multiple gravity options
0.0.1 #
- Initial development version