simple_dio_cache_interceptor 1.0.0
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';