set_state_async 1.1.0
set_state_async: ^1.1.0 copied to clipboard
A mixin to avoid "setState while widget is building or locked" issue and improve performance.
1.1.0 #
- breaking change:
setStateAsync
now uses an optional positional parameter for callback instead of a named parameter.
1.0.0 #
- stable release
0.1.8 #
- remove warning message
- add return value
0.1.7 #
- unhandled exceptions in callback are now caught by debugger
- show warning when callback fails
0.1.6 #
- eliminate recursive calls
0.1.5 #
- update example
0.1.4 #
- change topics in pubspec.yaml
0.1.3 #
- improve documentation
0.1.2 #
- improve documentation
0.1.1 #
- fix link in README.md
0.1.0 #
- first release.