-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathbuild.yaml
More file actions
21 lines (21 loc) · 565 Bytes
/
build.yaml
File metadata and controls
21 lines (21 loc) · 565 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
targets:
$default:
builders:
freezed:freezed:
generate_for:
- lib/**.dart
json_serializable:json_serializable:
options:
# Serialize nested Freezed objects
explicit_to_json: true
generate_for:
- lib/**.dart
floor_generator:floor_generator:
generate_for:
- lib/**.dart
injectable_generator:injectable_config_builder:
generate_for:
- lib/*.dart
injectable_generator:injectable_builder:
generate_for:
- lib/**.dart