declarative_async_widget 0.3.1 declarative_async_widget: ^0.3.1 copied to clipboard
FutureWidget and StreamWidget - Declarative FutureBuilder and StreamBuilder
0.3.1 #
- Remove heading in README
0.3.0 #
- Breaking change: move
cancelOnError
to initializer list inStreamWidget.noError
andStreamWidget.onlyData
constructors (setting it totrue
). - Add
StreamWidget
documentation. - Improve
FutureWidget
documentation. - Improve also other parts of the documentation.
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
.