-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
54 lines (49 loc) · 1.15 KB
/
pubspec.yaml
File metadata and controls
54 lines (49 loc) · 1.15 KB
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
name: quicktype_dart
description: A build_runner plugin to generate cross-platform models using quicktype
version: 0.0.1
homepage: https://www.simplezen.io
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
environment:
sdk: ^3.6.2
dependencies:
build: ^2.3.1
json_serializable: ^6.9.4
path: ^1.8.3
args: ^2.6.0
glob: ^2.1.1
logging: ^1.3.0
plugin_platform_interface: ^2.1.8
dev_dependencies:
build_test: ^2.1.6
test: ^1.22.0
build_config: ^1.1.1
yaml: ^3.1.1
process_run: ^0.12.5
json_schema: ^5.2.1
crypto: ^3.0.6
path_provider: ^2.1.5
ffigen: ^17.0.0
build_runner: ^2.4.15
dart:
plugin:
platforms:
android:
package: com.simplezen.quicktype_dart
pluginClass: QuicktypeCLI
ffiPlugin: true
ios:
pluginClass: QuicktypeCLI
ffiPlugin: true
macos:
pluginClass: QuicktypeCLI
ffiPlugin: true
web:
pluginClass: QuicktypeCLI
fileName: quicktype_dart.dart
ffiPlugin: true
windows:
pluginClass: QuicktypeCLI
ffiPlugin: true
linux:
pluginClass: QuicktypeCLI
ffiPlugin: true