- Add link at pub.dev back to the GitHub repository.
- Widget builder: do not pop more than necessary routes when the underlying stream is closed.
- Widget builder: ignore
null
values whennullValueBuilder
is unset.
- Widget builder: forward stream errors to the default handler when no
onError
callback is specified. - Widget builder: correctly rebuild, and update state and configuration on widget updates.
- Widget builder: breaking: take non-nullable type
T
as a generic argument, and provide explicit guarantees onbuilder()
parameter type.
- Change package description to fit within pub.dev guidelines.
- Expand on description of the package as recommended by pub.dev.
- Remove binding to a specific version of
test
package. - Update README with details and little snippets.
- Add more documentation in the code.
- Implement
valueOrNull
extension (#2). - Fix example and add tests.
- Improvements on null-safety implementation. Support
null
as an initial value.
- Add example on how to use package.
- Update README with info oh how to use the package.
- Migrate to null-safety.
- Initial version.