- Update Dart SDK version. Update readme.
- Return to 3.0.3 version functionality due to bug
- Add BadgeShape.triangle
- Fix custom shapes deformation depending on the badge content
- Fix transparent color for the badge
- Due to Badge widget introduction in Material library, the package is refatored to avoid ambiguous imports. badges.Badge used everywhere.
- Readme updated
- Add onTap for Badge
- Add Twitter and Instagram shapes
- Add size, rotation and color change animation for Badge
- Add loop animation
- Add border gradient
- Add more customization for animation and style
- Breaking changes! Please check the readme for simple migration guide
- Fix border radius of the badge, when using it with gradient
- Add
gradient
parameter to theBadge
- Add
BadgePosition.center()
as a new factory constructor for theBadgePosition
- Add parameter to edit fit parameter Stack widget
- Stable null safety
- Null safety, finally! Prerelease
- Breaking change! Deprecated parameter 'Overflow' replaced with 'Clip' for Stack widget.
- Documentation implementation
- Fix error parameter with the name 'clipBehavior'
- Add borderSide parameter to customize the badge border
- Fix issue where null border radius was provided
- Migrate Android embedding v2, fix overflow issue
- Ignore pointer option for Badge
- Custom border radius for Badge
- Fix for deprecated overflow parameter on Stack widget
- RTL devices support
- Add alignment parameter to define position of the whole widget
- Added showBadge parameter to hide or show badge with animation
- 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.
- Updated versions in readme.
- Updated readme images and lib description.
- Badge class for creating badges for every widget.