Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.16 KB

File metadata and controls

57 lines (34 loc) · 1.16 KB

3.0.2 - 2022/06/22

  • Add more dartdoc comments
  • Remove duplicate imports in StreamBuilder14

3.0.1 - 2022/06/22

  • Add better dartdoc comments to new types
  • Add example file

3.0.0 - 2022/06/21

  • Breaking Change: Remove dependency on tuple and use custom types instead
  • Breaking Change: Rename item1, item2, etc. in builder snapshot to snapshot1, snapshot2, etc.
  • Add StreamBuilder8 - StreamBuilder15
  • Add automated tests

2.0.0 - 2021/06/03

  • Migrate to null safety

1.1.1 - 2021/03/16

  • Fix issues with StreamBuilder7

1.1.0 - 2020/12/20

  • Update package exports to include tuple package
  • Fix documentation bugs

1.0.0+4 - 2020/12/19

  • Update package description

1.0.0+3 - 2020/12/19

  • Fix issue with changelog

1.0.0+2 - 2020/12/19

  • Add example app
  • More documentation updates

1.0.0+1 - 2020/12/18

  • Documentation updates

1.0.0 - 2020/12/18

  • 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

0.0.1 - 2020/12/17

  • initial release.