declarative_async_widget 0.2.0 declarative_async_widget: ^0.2.0 copied to clipboard
FutureWidget and StreamWidget - Declarative FutureBuilder and StreamBuilder
0.2.0 #
- Breaking changes:
- Force
printErrorsToConsole = true
innoError
andonlyData
constructors of bothFutureWidget
andStreamWidget
(in the initializer list). - Remove some optional parameters from some
StreamWidget
constructors anf force them tonull
orfalse
in the initializer list.
- Force
- Update README.
0.1.0 #
- Multiple breaking changes. Consult commit history.
- Internal logic simplified.
- Example added.
- Update README.
0.0.3 #
Update README.
0.0.2 #
Update LICENSE.
0.0.1 #
Initial release includes FutureWidget
and StreamWidget
.