- Fix analysis
- Changed [child] to [text]
- Changed [icon] type to support ImageIcon
- Added [icon] to allow showing an icon inside the button
- Fixed flutter static analysis
- Fixed ofending hero bug
- Added hero tag
- Added these button types:
- GREEN_LIGHT_WHATSAPP
- GREEN_DARK_WHATSAPP
- RED_GMAIL
- BLUE_TELEGRAM
- PINK
These types are were renamed:
- RED -> Use this instead: RED_GMAIL
- GREEN -> Use this instead: GREEN_DARK_WHATSAPP
Please update these
- Added two button types: GREEN and RED
- Change [text] - Change from RippleButton(text: "Title button") to RippleButto("Button Title")
- Moved old params RippleButtonColor and RippleButtonBorder outside RippleButtonStyle (now it is [color] and [border] respectively)
- Added more colors
- Improved bouncing animation
- Update Readme
- Improved bouncing animation
- Animate button when deactivate or activate, use [isEnabled] to perform bouncing animation
- Allow [onPressed] to be null
- Added [disabled] attribute to [RippleButtonColor] to allow add a custom disabled color
- Improved example to demostrate [isEnabled] in action
- Added [isEnabled] attribute to enable/disable button
- Added dart comments
- Added new button type: AMBER!
- Added more to customization to default button types
- Added width to RippleButtonStyles
- Exposed Styles
- Changed dart comments
- Added default button designs. Check new [type] prop.
- Added dart comments
- Initial Release
- Null Safety