pressable 0.5.0 pressable: ^0.5.0 copied to clipboard
Add various touch effects to your widgets. Supports ripple, scale, opacity, fill, and custom builder.
0.5.0 #
- fix: update widget animation when properties change
- fix: animate back opacity animation on cancel
- chore: update dependencies
0.4.0 #
- fix: show full scale animation
- chore: update dependencies
0.3.1 #
- Fix
PressableBuilder
not callingonPressed
.
0.3.0 #
- Add platform specific Pressable.
- Add DefaultPressableTheme inherited Widget.
0.2.0 #
- Extract theme data into separate classes.
0.1.0 #
- Initial release.