-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
56 lines (21 loc) · 716 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
56 lines (21 loc) · 716 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name: json_inspector
description: "An interactive Flutter JSON viewer with expand/collapse, value selection, and copy-to-clipboard features. Ideal for debugging, inspecting, and visualizing JSON data."
version: 2.0.0
homepage: "https://github.com/Neelansh-ns/json_inspector"
repository: "https://github.com/Neelansh-ns/json_inspector"
topics:
- json
- debug
- inspector
screenshots:
- description: "JSON Inspector"
path: screenshots/json_inspector.png
environment:
sdk: '>=3.5.4 <4.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
lints: ^5.0.0
flutter_lints: ^5.0.0