inherited_rxdart 2.2.2 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';