rx_observable 0.6.7 copy "rx_observable: ^0.6.7" to clipboard
rx_observable: ^0.6.7 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
  • Minor fixes
  • Experimental features added
7
likes
0
points
49
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