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

Simple reactive variables and widgets

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rx_observable

With Flutter:

 $ flutter pub add rx_observable

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  rx_observable: ^0.5.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rx_observable/rx_observable.dart';
1
likes
0
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

Simple reactive variables and widgets

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on rx_observable