web_drawer 0.0.4
web_drawer: ^0.0.4 copied to clipboard
A flutter widget to handle web drawer with header.
0.0.1 #
- TODO: initial release.
0.0.2 #
- TODO: Small Bug fix
- TODO: On smaller screen sizes, the drawer seamlessly switches to an overlay mode to enhance usability and preserve screen space.
0.0.3 #
- TODO: Small Bug fix UI
0.0.4 - 2025-07-19 #
✨ What's New #
- Integrated
GetXfor state management (get: ^4.7.2) - Added support for reactive properties in
DrawerMenuItemandDrawerSubMenuMenuItem(e.g.,RxBoolforisSelectedandisExpanded) - Improved menu selection logic to better handle submenu behavior
- UI optimizations: smoother submenu toggling, and safe handling of overflow and layout issues
🛠 Improvements #
- Optimized code for submenu and top-level menu selection
- Prevented state update issues during widget build using
addPostFrameCallback - Fixed layout overflow error in
Rowwidget by using constraints andExpanded/Flexible