- Add more dartdoc comments
- Remove duplicate imports in
StreamBuilder14
- Add better dartdoc comments to new types
- Add example file
- Breaking Change: Remove dependency on
tupleand use custom types instead - Breaking Change: Rename
item1,item2, etc. in builder snapshot tosnapshot1,snapshot2, etc. - Add
StreamBuilder8-StreamBuilder15 - Add automated tests
- Migrate to null safety
- Fix issues with StreamBuilder7
- Update package exports to include tuple package
- Fix documentation bugs
- Update package description
- Fix issue with changelog
- Add example app
- More documentation updates
- Documentation updates
- Update streams argument to require a tuple instead of a list
- Update initialData argument to require a tuple instead of a list
- Update builder to accept tuple of snapshots instead of separate arguments
- Add StreamBuilder7
- initial release.