tag_builder 0.0.2
tag_builder: ^0.0.2 copied to clipboard
A simple Flutter package to easily create and customize multiple types of tag widgets like primary tags, outlined tags, status tags, chip tags, and rating badges. Lightweight, theme-adaptive, and eas [...]
Changelog #
All notable changes to this project will be documented in this file.
0.0.1 #
Added #
- Initial release of
tag_builderpackage. AppTagwidget to handle multiple tag styles.- Support for various tag types:
PrimaryTag,PrimaryIconTag,OutLineTag,StatusTag,OfferTag,GrayTag,ChipTag, andRattingSmallTag. - Added customizable
onPressedcallbacks and optional icons. - Theme-aware styling for better integration with light and dark modes.