Skip to content

Latest commit

 

History

History
84 lines (61 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

84 lines (61 loc) · 1.63 KB

3.4.1

  • Fix analysis

3.4.0

  • Changed [child] to [text]
  • Changed [icon] type to support ImageIcon

3.3.0

  • Added [icon] to allow showing an icon inside the button

3.2.4

  • Fixed flutter static analysis

3.2.2

  • Fixed ofending hero bug

3.2.1

  • Added hero tag

3.2.0

  • 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

3.1.0

  • Added two button types: GREEN and RED

3.0.0

  • 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

2.3.1

  • Improved bouncing animation

2.3.0

  • Animate button when deactivate or activate, use [isEnabled] to perform bouncing animation

2.2.2

  • Allow [onPressed] to be null

2.2.1

  • Added [disabled] attribute to [RippleButtonColor] to allow add a custom disabled color
  • Improved example to demostrate [isEnabled] in action

2.2.0

  • Added [isEnabled] attribute to enable/disable button

2.1.1

  • Added dart comments

2.1.0

  • Added new button type: AMBER!

2.0.4

  • Added more to customization to default button types

2.0.3

  • Added width to RippleButtonStyles

2.0.2

  • Exposed Styles

2.0.1

  • Changed dart comments

2.0.0

  • Added default button designs. Check new [type] prop.
  • Added dart comments

1.0.0

  • Initial Release
  • Null Safety