flutter_left_right_container 0.9.6
flutter_left_right_container: ^0.9.6 copied to clipboard
A dual-pane layout widget featuring customizable start/end containers with smooth animated collapse, expansion states, and automatic dimension-tracking capabilities.
Changelog #
0.9.6 #
- Update Dependencies.
0.9.5 #
- Update Dependencies.
0.9.4 #
- Update Dependencies.
0.9.3 #
- Add examples.
0.9.2 #
- Update Dependencies.
0.9.1 #
- Update Dependencies.
0.9.0 #
- Breaking Changes & Style Modernization
- Integrated the new
flutter_artist_stylesdesign tokens ecosystem. - Replaced legacy raw color properties with standardized theme context extensions (
context.faColors). - Updated default layout component colors to strictly bind with
faColors.common.transparent,faColors.divider.subtle,faColors.surface.emphasized, andfaColors.action.ink.primary. - Refactored
LeftRightContainerStyleproperties to support optional design token modifications (startBackgroundColor,endBackgroundColor, etc.) without breaking encapsulation.
- Integrated the new
- Layout Enhancements
- Improved dynamic constraint recalculations inside
LayoutBuilderwhen dealing with ultra-wide viewports. - Fine-tuned responsiveness of the floating arrow toggle positioning when panels are collapsed by the user.
- Improved dynamic constraint recalculations inside