dio_http_cache_lts 0.4.2
dio_http_cache_lts: ^0.4.2 copied to clipboard
It's just a maintainance version of the dio_http_cache package to be compatible with the latest dio package
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dio_http_cache_lts
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
dio_http_cache_lts: ^0.4.2
copied to clipboard
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:dio_http_cache_lts/dio_http_cache_lts.dart';
copied to clipboard