Releases: NikhilVadoliya/FlutterAnimatedButton
Releases · NikhilVadoliya/FlutterAnimatedButton
6-Mar-2021
- Migrate to null safety
19-Feb-2021
- Added below animates
- LEFT_TOP_ROUNDER
- LEFT_CENTER_ROUNDER
- LEFT_BOTTOM_ROUNDER
- RIGHT_BOTTOM_ROUNDER
- RIGHT_TOP_ROUNDER
- RIGHT_CENTER_ROUNDER
- TOP_CENTER_ROUNDER
- BOTTOM_CENTER_ROUNDER
- CENTER_ROUNDER
- provide support to change selected text button by parameter
selectedText
04-Jan-2021
- added
isSelected
parameter for select/deselect animated button.
07-Nov-2020
- Bug fixed
- Add button border feature (borderColor,borderWidth,borderRadius)
- Add 4 new animation (CENTER_LR_IN, CENTER_LR_OUT, CENTER_TB_IN, CENTER_TB_OUT)
- Add gradient background support
- Impement smooth animation
01-Nov-2020
- Improve document quality.
- Add
enable
button feature - Add
onChange
function which returns the status of a button (true - selected, false - Deselected) - Bug fixed
First release (31st Oct 2020)
- Initial Release.
- Provide basic slide animation with customization of color, sizes and textStyle.
- Provide AnimationController for get status of animation and handle animation