-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
47 lines (41 loc) · 1.04 KB
/
pubspec.yaml
File metadata and controls
47 lines (41 loc) · 1.04 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
name: openapi_generator_flutter
description: OpenAPI (Swagger) client generator for Flutter applications
version: 0.3.8
repository: https://github.com/taskcrypto/openapi_generator_flutter
homepage: https://github.com/taskcrypto/openapi_generator_flutter
issue_tracker: https://github.com/taskcrypto/openapi_generator_flutter/issues
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: ">=3.24.4"
dependencies:
flutter:
sdk: flutter
# Build---------------------
build: ^2.4.1
build_config: ^1.1.1
# Http client--------------
dio: ^5.4.1
# Model---------------------
freezed: ^3.1.0
freezed_annotation: ^3.1.0
json_annotation: ^4.9.0
json_serializable: ^6.9.5
build_runner: ^2.5.4
# API Client--------------
retrofit: ^4.1.0
retrofit_generator: ^9.1.9
code_builder: ^4.9.0
analyzer: ^7.3.0
args: ^2.4.2
yaml: ^3.1.2
path: ^1.8.3
source_gen: ^2.0.0
# Other---------------------
dev_dependencies:
flutter_test:
sdk: flutter
lints: ^5.1.1
flutter:
uses-material-design: true
executables:
generate: generate