segmented_control_plus 0.2.0
segmented_control_plus: ^0.2.0 copied to clipboard
A clean simple segmented control widget that works on all platforms.
Changelog #
0.2.0 #
- Added
showSubtitle
option to show the tooltip under the selector.
0.1.0 #
- Breaking Change: Segment model is now SegmentIcon or SegmentIconBuilder.
- Added assert to make sure the segments list is not empty.
0.0.3 #
- Added icon color detection based on what the selected color or background color is.
0.0.2 #
- Added more info to the README.
- Fixed main file to use the package name.
0.0.1 #
- Initial release