shepherd_tag 0.0.3
shepherd_tag: ^0.0.3 copied to clipboard
Lightweight tagging system for the Shepherd automation suite.
0.0.3 #
- Updated documentation and examples to match version 0.0.3.
- Internal package maintenance.
0.0.2 #
- Fixed
ShepherdPageTagto allow its use as a metadata annotation by making thechildparameter optional. - When used as a widget without a child, it now defaults to
SizedBox.shrink().
0.0.1 #
- Initial release.
- Added
@ShepherdTagannotation withidanddescriptionfields. - Added
ShepherdPageTagwidget withid,child, andisReadyfields.