rx_observable 0.6.9 copy "rx_observable: ^0.6.9" to clipboard
rx_observable: ^0.6.9 copied to clipboard

Simple reactive variables and widgets. Ideal to use with MVVM like patterns.

0.5.4 #

  • Initial release.

0.5.5 #

  • Formatting fixed

0.5.6 #

  • Formatting fixed again

0.6.0 #

  • Migrated from stream based solution to ChangeNotifier

0.6.7 #

  • Observable now support two types - Sync (ChangeNotifier based) and Async (StreamController based). Both share same interface and can be used as same type, also can be used as ChangeNotifier or StreamController
  • Lot of optimization and refactor
  • Tests added
  • Computed, mappers and group observables improved
  • Experimental features added
  • DisposableAdapter added
  • Various optimizations
  • Minor fixes

0.6.8 #

  • Formatting fixed

0.6.9 #

  • Formatting fixed again
7
likes
0
points
58
downloads

Publisher

unverified uploader

Weekly Downloads

Simple reactive variables and widgets. Ideal to use with MVVM like patterns.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on rx_observable