assistant_side_bar 0.1.0
assistant_side_bar: ^0.1.0 copied to clipboard
A Flutter package for creating a draggable overlay sidebar widget that can be expanded, collapsed to edges, and dismissed to a target.
Changelog #
All notable changes to this project will be documented in this file.
0.1.0 - 2025-12-31 #
Added #
- Initial release
- OverlaySidebar widget with expand/collapse/dismiss states
- OverlaySidebarController for programmatic control
- SidebarHandle default collapsed widget
- Drag gestures for expand/collapse
- Vertical repositioning support
- Edge switching (left/right)
- Attention state with pulsing indicator
- Dismiss animation to target widget
- Comprehensive customization options
- Callbacks for state, edge, drag events