flutter_left_right_container 0.9.0
flutter_left_right_container: ^0.9.0 copied to clipboard
Left Right Container
Changelog #
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