loader 1.0.0
loader: ^1.0.0 copied to clipboard
Run asynchronous code before building your widget. Loader will rebuild your widget after the loading is complete.
1.0.0 #
- null-safety
0.4.0 #
- ability to skip calling load in
initStateby settingskipLoadtotrue
0.3.4 #
- fixed a bug with calling setState when the widget is not mounted
0.3.3 #
- fixed a bug with dart's type system throwing an exception when the loader widget had a generic type
0.3.0 #
- load() is now called after initState and before didChangeDependencies
- you can now use inherited widgets in load
0.2.0 #
- added StatelessLoadingMixin
0.1.0 #
- better readme
- added an example
0.0.1 #
- added LoadingMixin
- added Loader