re_state_action 1.2.0 copy "re_state_action: ^1.2.0" to clipboard
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_action

This 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.0

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:re_state_action/re_state_action.dart';
5
likes
150
points
65
downloads

Publisher

unverified uploader

Weekly Downloads

A simple state management library for Flutter based on States and Actions managed by Streams with RxDart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, rxdart

More

Packages that depend on re_state_action