flutter_bamboo_ui_kit 0.0.4
flutter_bamboo_ui_kit: ^0.0.4 copied to clipboard
A custom widget made from TLab for TLab.
0.0.4 #
Added #
TButtonPrimary,TButtonSecondary,TButtonDestructive,TButtonOutline,TButtonGhost, andTButtonDisable: newloadingPositionparameter (TButtonLoadingPosition.leadingor.trailing) to render the loading spinner on either side of the text.TButton*: newiconSpacingparameter to control the gap between the icon/loading spinner and the text (default10).TButton*: newspaceBetweenparameter to pin the leading icon/loading to the left edge and the trailing icon/loading to the right edge, with the text centered in between.- New
TButtonLoadingPositionenum.
Documentation #
- Added loading position, icon spacing, and space between usage examples to
doc/components/button.md. - Added "Button Icon Spacing" examples to
ButtonScreen.
0.0.3 #
Added #
TBadge: newborderColorparameter for custom badge borders.TTile: newvalueText,valueStyle, andvalueDecorationparameters for displaying styled value pills.TTile: new checkbox support viashowCheckbox,isChecked, andonCheckboxChanged.TCalendar: newselectableDayPredicateto disable specific dates; disabled dates are dimmed and non-interactive.- Example screens: custom accordion usage in
BadgeScreenand updatedTileScreen,CalendarScreen, andSwitchScreen.
Changed #
TDropdown: setisExpanded: truefor improved dropdown layout.TTile: hit-test behavior changed toHitTestBehavior.opaque.
Fixed #
TCalendar: range and multi-select selections now respectselectableDayPredicate.
Documentation #
- Added
selectableDayPredicateusage examples todoc/components/calendar.md.
0.0.2 #
- Miscellaneous fixes and improvements.
- Documentation updates.
0.0.1 #
- Initial public release of TLab Bamboo UI Kit.