prime_flutter 0.2.11
prime_flutter: ^0.2.11 copied to clipboard
Pretty Rad Interactive Modular Elements. A collection of UI elements for Flutter, implementing Viam's design system.
0.2.11 #
- Added
SegmentedButtonwidget.
0.2.10 #
- Added
onChangedEndcallback toSliderwidget.
0.2.9 #
- Added
Sliderwidget with custom colors, ranges, and divisions.
0.2.4 #
- added ghost button disabled state
0.2.0 #
- BREAKING:
Button'slabelparameter is now aWidget?instead of aString. - BREAKING:
Badge'schildparameter is now aWidget?instead of aWidget, and is optional. - BREAKING:
ExpansionListItem'stitleparameter is now aWidget?instead of aWidget, and is optional. - BREAKING:
BottomSheet'sshowmethodtitleparameter is now aWidget?instead of aString?. - BREAKING:
NavigationBar'sNavigationBarItemDatalabelparameter is now aWidget?instead of aString. - BREAKING:
TabBar'sitemsparameter is nowList<Widget>instead ofList<String>.
0.0.1 #
- TODO: Describe initial release.