flutter_rx 0.5.1 copy "flutter_rx: ^0.5.1" to clipboard
flutter_rx: ^0.5.1 copied to clipboard

A redux style state management library, loosely inspired by NgRx.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_rx

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

dependencies:
  flutter_rx: ^0.5.1

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:flutter_rx/flutter_rx.dart';
3
likes
140
pub points
46%
popularity

Publisher

verified publishersimmer.recipes

A redux style state management library, loosely inspired by NgRx.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_rx_core, rxdart

More

Packages that depend on flutter_rx