atomic_reaction 0.0.2 copy "atomic_reaction: ^0.0.2" to clipboard
atomic_reaction: ^0.0.2 copied to clipboard

A library that helps implement reactive programming with the power of Dart Stream extended by the capabilities provided by the RxDart library.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add atomic_reaction

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

dependencies:
  atomic_reaction: ^0.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:atomic_reaction/atomic_reaction.dart';
1
likes
120
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

A library that helps implement reactive programming with the power of Dart Stream extended by the capabilities provided by the RxDart library.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, mocktail, rxdart

More

Packages that depend on atomic_reaction