-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathpubspec.yaml
More file actions
42 lines (35 loc) · 971 Bytes
/
pubspec.yaml
File metadata and controls
42 lines (35 loc) · 971 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
name: swagger_dart_code_generator
version: 4.1.1
homepage: https://github.com/epam-cross-platform-lab/swagger-dart-code-generator
repository: https://github.com/epam-cross-platform-lab/swagger-dart-code-generator
issue_tracker: https://github.com/epam-cross-platform-lab/swagger-dart-code-generator/issues
platforms:
android:
ios:
macos:
windows:
linux:
web:
description: Have you been turned into a problem with writing code for Http
requests? This package can help. It has all of the Http and model codegen
functionality you have been looking for.
environment:
sdk: ">=3.8.0 <4.0.0"
dependencies:
build: ^4.0.2
markdown: ^7.3.0
recase: ^4.1.0
json_annotation: ^4.9.0
universal_io: ^2.2.2
collection: ^1.19.1
dart_style: ^3.1.2
code_builder: ^4.11.0
path: ^1.9.1
http: ^1.5.0
yaml: ^3.1.3
dev_dependencies:
build_runner: ^2.10.1
json_serializable: ^6.11.1
remove_from_coverage: ^2.0.0
test: ^1.26.3
lints: ^6.0.0