rive_animated_icon 2.1.1
rive_animated_icon: ^2.1.1 copied to clipboard
This package provides rive animated icons that can be customized to suit your preference.
2.1.1 #
- Fixed a bug where tap/hover animations would silently stop working after any rebuild of a widget above RiveAnimatedIcon in the tree
- Added semanticLabel param to RiveAnimatedIcon for accessibility, falling back to the icon's built-in title when not provided
- Improved native Rive initialization so a failure no longer crashes with an unhandled exception
- Added test coverage
- Removed unused native platform folders
2.1.0 #
- Bumped rive to ^0.14.6 for databinding support
- Integrated Rive using the databinding APIs in the latest version
- Upgraded all rive icons from using inputs to databinding
- Added new icons
2.0.5 #
- alphabetically rearranged the RiveIcon enum entries as well as the corresponding switch cases in the RiveIconExtension to improve readability and maintainability.
2.0.4 #
- Implemented null handling
- Fixed animation looping by default
2.0.3 #
- Added splashFactory param to RiveAnimatedIcon. With this you can change the splash effect of the icon.
- Added mouseCursor param to RiveAnimatedIcon. With this you can change the mouse cursor effect of the icon.
- Added enableAbsorbPointer param to RiveAnimatedIcon. With this you can enable or disable the interactive features of the button
2.0.2 #
- Updated Readme
2.0.1 #
- Added new icons
- Updated Readme
2.0.0 #
- Added stroke width param to RiveAnimatedIcon. With this you can change the icon stroke width.
- Updated all icon assets to reflect new changes.
1.1.2 #
- Added splashColor param to RiveAnimatedIcon
1.1.1 #
- Readme updated
1.1.0 #
- Added new icons
1.0.2 #
- Fixed bugs
1.0.1 #
- Readme updated
1.0.0 #
- Initial version of the library