Skip to content

Releases: LinusU/flutter_observable

🚢 0.2.0

27 Oct 11:41
v0.2.0
550ba51
Compare
Choose a tag to compare
  • 💥 Provide the value directly to the builder function

    Migration Guide:

    Instead of receiving an AsyncSnapshot<T> as it's second argument, the builder function will now receive the value, T, directly. Update your builder functions accordingly.

🚢 0.1.1

27 Oct 09:35
v0.1.1
1f513fa
Compare
Choose a tag to compare
  • 🎉 Add a constructor to Observable from stream & initial value

🚢 0.1.0

17 May 15:27
v0.1.0
f341593
Compare
Choose a tag to compare
  • 🎉 Add initial implementation