rxservice 0.5.0 copy "rxservice: ^0.5.0" to clipboard
rxservice: ^0.5.0 copied to clipboard

discontinuedreplaced by: rxs
outdated

A simple reactive service library for Dart and Flutter. Use in conjuction with get_it and StreamBuilder for a complete state management solution.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rxservice

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

dependencies:
  rxservice: ^0.5.0

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

Import it

Now in your Dart code, you can use:

import 'package:rxservice/rxservice.dart';
1
likes
0
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

A simple reactive service library for Dart and Flutter. Use in conjuction with get_it and StreamBuilder for a complete state management solution.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

rxs

More

Packages that depend on rxservice