floating_menu_expendable 1.1.1
floating_menu_expendable: ^1.1.1 copied to clipboard
A draggable floating handle that opens a customizable panel (side or vertical).
1.1.1 #
- Fix floating menu opening on the opposite side after restoring saved position.
- Auto-detect dock side from saved position on first build, even when
startDockedisfalse.
1.1.0 #
- Add
startDockedparameter (defaulttrue) to respectinitialPositionfully when set tofalse. - Add
onPositionChangedcallback to notify when the handle position changes (useful for persisting position via SharedPreferences). - Fix
initialPositionbeing ignored on first build when_isDockedwas alwaystrue. - Fix
didUpdateWidgetto handleinitialPositionchanges during widget rebuilds. - Update example app to demonstrate position persistence with
SharedPreferencesorGetStorage.
1.0.0 #
- Add
FloatingMenuAnchoredOverlayto expand the panel from the handle.
0.1.1+1 #
- Fix README.
0.1.1 #
- Add
expandPanelFromHandleto expand the panel from the handle. - Add
handleOpenChildto customize handle content while open. - Update README previews.
0.1.0 #
- Initial public release.
FloatingMenuPaneldraggable panel with edge docking.- Open modes:
sideandvertical. - UI customization via
FloatingMenuPanelStyle. FloatingMenuPanelControllerfor open/close/toggle and side tracking.
0.0.1 #
- Project scaffold.