clean_api 1.2.0 copy "clean_api: ^1.2.0" to clipboard
clean_api: ^1.2.0 copied to clipboard

Cleanest way to implement Rest Api with caching using functional programming aproach.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add clean_api

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

dependencies:
  clean_api: ^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:clean_api/clean_api.dart';
13
likes
130
pub points
52%
popularity

Publisher

verified publishersquadhead.com

Cleanest way to implement Rest Api with caching using functional programming aproach.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

equatable, flutter, flutter_easylogger, fpdart, http

More

Packages that depend on clean_api