smooth_highlight 0.1.2
smooth_highlight: ^0.1.2 copied to clipboard
This package allows you to emphasize a specific widget by highlight animation when you want to emphasize something to your users.
0.1.2 #
- Add
duration
property to set custom highlight duration: #1, #2
0.1.1 #
- Update description field in pubspec file
0.1.0 #
- Update dependency constraints to sdk: '>=2.18.0 <4.0.0' flutter: '>=3.3.0'
- Add screenshots field in pubspec file
0.0.7 #
- Update dependencies
0.0.6 #
- Revert to Dart 2.17.5 due to described
UNKNOWN PLATFORMS
in pub.dev
0.0.5 #
- Upgrade to Flutter 3.3, Dart 2.18
- Add
enabled
property in ValueChangeHighlight
0.0.4 #
- Rename from
disableValues
todisableFromValues
- Update README
0.0.3 #
- Rename property name from
highlightColor
tocolor
due to redundant
0.0.2 #
- Update description
0.0.1 #
- Initial release