simple_dio_cache_interceptor 1.0.0 copy "simple_dio_cache_interceptor: ^1.0.0" to clipboard
simple_dio_cache_interceptor: ^1.0.0 copied to clipboard

A lightweight and easy-to-use Dio interceptor for caching GET requests in Flutter or Dart apps. Ideal for simple use cases where response caching based on duration is needed.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simple_dio_cache_interceptor

With Flutter:

 $ flutter pub add simple_dio_cache_interceptor

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

dependencies:
  simple_dio_cache_interceptor: ^1.0.0

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:simple_dio_cache_interceptor/simple_dio_cache_interceptor.dart';
5
likes
150
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight and easy-to-use Dio interceptor for caching GET requests in Flutter or Dart apps. Ideal for simple use cases where response caching based on duration is needed.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio

More

Packages that depend on simple_dio_cache_interceptor