pressable_flutter 1.0.1
pressable_flutter: ^1.0.1 copied to clipboard
Pressable package provides a customizable widget that adds various press effects to any child widget. It offers both ripple and shrink effects, giving you the ability to enhance the user interaction e [...]
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