pressable_flutter 1.0.3
pressable_flutter: ^1.0.3 copied to clipboard
Pressable package adds customizable press effects, like ripple and shrink, to any child widget, enhancing user interaction in Flutter apps.
0.0.1 #
- Initial Release
0.0.2 #
- Some minor changes
0.0.3 #
- Some minor changes
1.0.0 #
- 🎉 First stable release
- ✨ Added support for multiple press effects:
- Shrink effect with customizable shrink factor
- Ripple effects (foreground, background, and saturated)
- 🔧 Customization options:
- Custom durations for animations
- Configurable colors for ripple effects
- Border radius support for background ripple
- Disabled state handling with optional saturation effect
- 🏗️ Architecture improvements:
- Introduced
PressableEffectabstract class - Added
RippleEffectandPressEffectimplementations - Support for combining shrink and ripple effects
- Introduced
- ⚡ Performance optimizations:
- Efficient animation controller management
- ✅ Improved type safety with final class implementations
1.0.1 #
- Some minor changes
1.0.2 #
- Minor changes