flutter_artist_2d_scrollables 0.9.1
flutter_artist_2d_scrollables: ^0.9.1 copied to clipboard
An identity-driven, strictly stateless 2D scrolling layout engine built on top of Google's two_dimensional_scrollables for the FlutterArtist ecosystem.
0.9.1 #
- Feature: Added customizable alignment configurations for 2D data grid table headers.
- Architecture: Enhanced
Fa2DColumnwith an optionalheaderAlignmentproperty to support cell-specific structural layout alignment overrides (e.g., left-aligning text columns or right-aligning numerical data metrics). - Theming: Introduced global
headerAlignmentfallback contract insideFaTwoDimensionalTableThemeDatadefaulting toAlignment.centerto ensure predictable rendering across unconfigured data channels. - Layout Mechanics: Updated the internal
TableViewCellorchestration withinFaTwoDimensionalTableto dynamically cascade and map layout bounds using priority-driven environment profiles.
0.9.0 #
- Initial release.