re_state_action 1.2.0
re_state_action: ^1.2.0 copied to clipboard
A simple state management library for Flutter based on States and Actions managed by Streams with RxDart.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add re_state_actionThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
re_state_action: ^1.2.0Alternatively, 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:re_state_action/re_state_action.dart';