- Fixed issues related to late initialisation in the controller (Programmatically stop and start fails #47)
- Added safety against bad state errors (Unhandled Exception: Bad state: Cannot add new events after calling close #48)
- Resolved a bunch of lints and code style issues
- Added ability to listen to and query button status from the controller
- Added success and error icons parameters
- Added completion curve and duration parameters
- Updated rxdart constraints
- Updated the screenshot
- Fixed bug with state key
- Added the auto reset functionality
- Fixed disabled colour issue
- Fixed disabled issue
- Style effective dart
- Thanks for joaovvrodrigues (#32 by joaovvrodrigues).
- Fix button animation!
- Thanks for joaovvrodrigues (#32 by joaovvrodrigues).
- Added compatibility with NullSafety
- Removed RaisedButton deprecated
- Add new ElevatedButton
- Update dependencies
- Updated dependencies
- Allow to change color when the button is disabled
- Add custom button color option for success state
- Add option to resize the CircularProgressIndicator
- Added custom color option for error state
- Updated dartrx package version
- Downgraded rxdart dependency
- Added documentation
- Formatting fixes
- Fix for print statement
- Added configurable button elevation
- Added configurable border radius
- Added configurable animation duration
- README fix
- Colour now inherits from theme
- Added configurable circular progress color #8
- Fixed the issue were BehaviorSubject was not closed correctly
- Fixed the animation reset bug #6
- Fixed loading width bug #3
- Fixed padding issue with the loading spinner
- Fixed button disabled bug #4
- Added animation disposal
- Added configurable width
- Added configurable animation on tapped
- Example test updates
- Example updates
- Format changes
- Description update
- Initial release.