tag_builder 0.0.1
tag_builder: ^0.0.1 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_builder
package. AppTag
widget to handle multiple tag styles.- Support for various tag types:
PrimaryTag
,PrimaryIconTag
,OutLineTag
,StatusTag
,OfferTag
,GrayTag
,ChipTag
, andRattingSmallTag
. - Added customizable
onPressed
callbacks and optional icons. - Theme-aware styling for better integration with light and dark modes.