redux_types 0.2.1 copy "redux_types: ^0.2.1" to clipboard
redux_types: ^0.2.1 copied to clipboard

discontinued

A collction of types for development with Redux. You can use cleaned type matching Reducer & Middleware.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add redux_types

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

dependencies:
  redux_types: ^0.2.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:redux_types/redux_types.dart';
0
likes
40
pub points
19%
popularity

Publisher

verified publisherheavenosk.com

A collction of types for development with Redux. You can use cleaned type matching Reducer & Middleware.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, redux

More

Packages that depend on redux_types