future_button 0.1.2 future_button: ^0.1.2 copied to clipboard
Customizable Material and Cupertino buttons with progress bars. Useful if you want to show a loading indicator when user presses some action, and show the result afterwards.
[0.1.2] - 04.10.2020 #
- Fix missing icons from Flutter v1.22.0
[0.1.1] - 04.10.2020 #
- Update
README.md
[0.1.0] - 04.10.2020 #
- Support for showing the result of the action after the Future is completed
[0.0.2] - 04.10.2020 #
- Support for exceptions thrown in
onPressed
callback - Documentation improvements
[0.0.1] - 01.10.2020 #
- Initial release