inherited_rxdart 1.1.1 copy "inherited_rxdart: ^1.1.1" to clipboard
inherited_rxdart: ^1.1.1 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 Dart:

 $ dart pub add inherited_rxdart

With Flutter:

 $ flutter pub add inherited_rxdart

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

dependencies:
  inherited_rxdart: ^1.1.1

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:inherited_rxdart/inherited_rxdart.dart';
13
likes
0
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

License

unknown (LICENSE)

Dependencies

flutter, meta, nested, rxdart

More

Packages that depend on inherited_rxdart