clean_api 0.1.6 copy "clean_api: ^0.1.6" to clipboard
clean_api: ^0.1.6 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 Dart:

 $ dart pub add clean_api

With Flutter:

 $ flutter pub add clean_api

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

dependencies:
  clean_api: ^0.1.6

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:clean_api/clean_api.dart';
13
likes
0
pub points
53%
popularity

Publisher

verified publishersquadhead.com

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

equatable, flutter, flutter_easylogger, fpdart, hive, hive_flutter, http

More

Packages that depend on clean_api