inherited_rxdart 2.2.2 copy "inherited_rxdart: ^2.2.2" to clipboard
inherited_rxdart: ^2.2.2 copied to clipboard

Inherited RxDart is a state management library that combine the power of InheritedWidget and RxDart, a simple and elegant state management solution for apps of any scale.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add inherited_rxdart

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

dependencies:
  inherited_rxdart: ^2.2.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:inherited_rxdart/inherited_rxdart.dart';
13
likes
140
pub points
0%
popularity

Publisher

verified publishersilentcat.dev

Inherited RxDart is a state management library that combine the power of InheritedWidget and RxDart, a simple and elegant state management solution for apps of any scale.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, get_it, meta, nested, rxdart

More

Packages that depend on inherited_rxdart