draggable_panel 0.0.6
draggable_panel: ^0.0.6 copied to clipboard
A versatile and customizable Draggable Panel
0.0.6 #
- Added web support with essential configuration for PWA functionality.
- Improved draggable panel logic by introducing better state management and optimizing boundary checks.
- Fixed issues with initial panel positioning and docking behavior.
- Simplified and cleaned up redundant code for better maintainability.
0.0.5 #
- Now
child
is nullable inDraggablePanel
widget. This is useful when you want to useDraggablePanel
inside other stack widgets.
0.0.4 #
- The
DraggablePanelItem
andDraggablePanelButton
models were removed and replaced withRecord
. This was done to make the package easier to use. If you were usingDraggablePanel
in a package, you would need to import models for others that use your same package. Now, this is not necessary.
0.0.3 #
- Initial release.