loader 0.3.4
loader: ^0.3.4 copied to clipboard
Run asynchronous code before building your widget. Loader will rebuild your widget after the loading is complete.
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