flutter_windowmanager_plus 1.0.1 flutter_windowmanager_plus: ^1.0.1 copied to clipboard
A Flutter plugin for manipulating Android WindowManager LayoutParams
[1.0.0] #
Added #
- Initial release of
flutter_windowmanager_plus
. - Forked from the original
flutter_windowmanager
package. - Implemented basic functionality for adding and clearing window flags.
- Support for all Android window flags from WindowManager.LayoutParams.
- Added documentation and example usage in README.md.
Changed #
- Updated package to support newer version of android and flutter.
- Modernized plugin structure to use the latest Flutter plugin APIs.
Fixed #
- Resolved issues with deprecated method usage from the original package.
- Improved error handling and API level checking for flag compatibility.