-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
34 lines (26 loc) · 829 Bytes
/
pubspec.yaml
File metadata and controls
34 lines (26 loc) · 829 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
name: http_inspector
description: A lightweight in-app HTTP inspector for Dio — real-time logs, in-app UI, cURL export, and pretty JSON.
version: 2.0.0
homepage: https://github.com/Howard-Wang/http_inspector
repository: https://github.com/Howard-Wang/http_inspector
issue_tracker: https://github.com/Howard-Wang/http_inspector/issues
screenshots:
- description: "Request list with search and filter"
path: assets/screenshots/screenshot_1.png
- description: "Request detail with headers and body"
path: assets/screenshots/screenshot_2.png
environment:
sdk: ">=2.17.6 <4.0.0"
flutter: ">=3.0.5"
dependencies:
clipboard: ^2.0.2
collection: ^1.19.1
dio: ^5.4.1
flutter:
sdk: flutter
url_launcher: ^6.1.7
dev_dependencies:
flutter_test:
sdk: flutter
very_good_analysis: ^5.1.0
flutter: