-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
36 lines (31 loc) · 835 Bytes
/
pubspec.yaml
File metadata and controls
36 lines (31 loc) · 835 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
26
27
28
29
30
31
32
33
34
35
36
name: dio_api_client
description: API Client for flutter projects based on dio package. It supports caching, logging, authentication, error handling, etc. It is easy to use and extend.
version: 5.3.3
homepage: https://mohesu.com
repository: https://github.com/mohesu/dio_api_client
issue_tracker: https://github.com/mohesu/dio_api_client/issues
screenshots:
- description: 'dio_api_client snapshot'
path: dio_api_client.png
topics:
- dio
- dio-api-client
- api-client
- http
- http-client
environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.10.0"
dependencies:
flutter:
sdk: flutter
dio: ^5.3.3
dio_cache_interceptor: ^3.4.4
dio_cache_interceptor_hive_store: ^3.2.1
pretty_dio_logger: ^1.3.1
universal_io: ^2.2.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.3
flutter: