flying_redux 0.0.1-pre copy "flying_redux: ^0.0.1-pre" to clipboard
flying_redux: ^0.0.1-pre copied to clipboard

Flying Redux is an assembled flutter application framework based on Redux state management.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flying_redux

With Flutter:

 $ flutter pub add flying_redux

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

dependencies:
  flying_redux: ^0.0.1-pre

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flying_redux/flying_redux.dart';
4
likes
0
pub points
47%
popularity

Publisher

unverified uploader

Flying Redux is an assembled flutter application framework based on Redux state management.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter

More

Packages that depend on flying_redux