redux_stream2 1.0.0+1
redux_stream2: ^1.0.0+1 copied to clipboard
Redux Architecture for Flutter 3.0+. fork from https://github.com/vivitainc/flutter_redux_stream
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add redux_stream2This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
redux_stream2: ^1.0.0+1Alternatively, 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:redux_stream2/redux_stream2.dart';