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

A dart redux middleware for calling APIs. APIs interact with reducers made easy..

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add redux_api_middleware

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

dependencies:
  redux_api_middleware: ^0.2.1

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

Import it

Now in your Dart code, you can use:

import 'package:redux_api_middleware/redux_api_middleware.dart';
0
likes
30
pub points
44%
popularity

Publisher

unverified uploader

A dart redux middleware for calling APIs. APIs interact with reducers made easy..

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http, meta, redux

More

Packages that depend on redux_api_middleware