badges 1.1.1 badges: ^1.1.1 copied to clipboard
A flutter package for creating badges. Badges can be used for an additional marker for any widget, e.g. show a number of items in a shopping cart.
[1.1.1] - [February 27, 2020] #
- Add alignment parameter to define position of the whole widget
[1.1.0] - [July 2, 2019] #
- Added showBadge parameter to hide or show badge with animation
[1.0.3] - [June 5, 2019] #
- Fixed a bug when all the badges on the screen are animated if one of them is updated. Fixed only for badges that have Text or Icon in badge content.
[1.0.2] - [June 5, 2019] #
- Updated versions in readme.
[1.0.1] - [June 4, 2019] #
- Updated readme images and lib description.
[1.0.0] - [June 4, 2019] #
- Badge class for creating badges for every widget.