resizable_splitter 1.1.0
resizable_splitter: ^1.1.0 copied to clipboard
Accessible splitter widget for Flutter layouts that need drag-to-resize panels.
Changelog #
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.0 #
- Theming refresh:
ResizableSplitterThemeplus aThemeExtensiondrive divider styling, keyboard steps, overlays, and unbounded policies. - Layout policies:
UnboundedBehavior(LimitedBoxopt-in),CrampedBehavior, andantiAliasingWorkaroundfor crisp panes. - Interactions:
resizabletoggle,onHandleTap/onHandleDoubleTap, and controller multi-attach guard. - Fixed precedence so per-instance constructor arguments override themed switches.
- Tests expanded to cover new theming, policies, and interaction paths.
1.0.0 #
- Initial release of
ResizableSplitterwith drag-to-resize layouts. - Keyboard navigation, screen-reader semantics, and customizable divider styling.
SplitterControllerfor programmatic control and testing.