async_button 2.0.0-beta.1+2
async_button: ^2.0.0-beta.1+2 copied to clipboard
Customized buttons for asyncronous onPressed function. Supports seamless animation between [idle], [loading], [success] and [failure] button states.
2.0.0-beta.1+2 #
- New example in Readme
2.0.0-beta.1+1 #
- Documentation corrections
2.0.0-beta.1 #
Deprecated
AsyncElevatedButton,AsyncTextButtonandAsyncOutlinedButton
- Introduced
AsyncElevatedBtnto replaceAsyncElevatedButtonAsyncTextBtnto replaceAsyncTextButtonAsyncOutlinedBtnto replaceAsyncOutlinedButton
- Also introduced builder argument
styleBuilderfor button's idle state in all button classes - Button style accuracy and performance improvements
- Documentation corrections
1.0.1-beta.2 #
- Stability improvements and bug fixes
1.0.1-beta.1 #
- Introduced new arguments in classes
AsyncElevatedButton,AsyncTextButtonandAsyncOutlinedButton:loadingStyleBuildersuccessStyleBuilderfailureStyleBuilder
- Animation smoothened for some
ButtonStyle's parameters
1.0.0-beta.1+1 #
- Documentation corrections
- Updated description
1.0.0-beta.1 #
Initial release
- Introduced the following core classes:
AsyncElevatedButtonAsyncTextButtonAsyncOutlinedButton