flutter_observable 0.2.0 copy "flutter_observable: ^0.2.0" to clipboard
flutter_observable: ^0.2.0 copied to clipboard

A simple observable with corresponding controller and builder.

0.2.0 #

  • 💥 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 #

  • 🎉 Add a constructor to Observable from stream & initial value

0.1.0 #

  • 🎉 Add initial implementation
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A simple observable with corresponding controller and builder.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_observable