forked from llfbandit/dart_http_cache
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
25 lines (21 loc) · 670 Bytes
/
pubspec.yaml
File metadata and controls
25 lines (21 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: dio_cache_interceptor
description: Dio HTTP cache interceptor with multiple stores respecting HTTP directives (or not).
repository: https://github.com/llfbandit/dio_cache_interceptor
issue_tracker: https://github.com/llfbandit/dio_cache_interceptor/issues
version: 2.0.1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
# https://pub.dev/packages/dio
dio: ^4.0.0
# https://pub.dev/packages/path
path: ^1.8.0
# https://pub.dev/packages/uuid
uuid: ^3.0.1
dev_dependencies:
# https://pub.dev/packages/build_runner
build_runner: ^1.12.2
# https://pub.dev/packages/pedantic
pedantic: ^1.11.0
# https://pub.dev/packages/test
test: ^1.16.8