-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathbuild.yaml
More file actions
28 lines (28 loc) · 776 Bytes
/
build.yaml
File metadata and controls
28 lines (28 loc) · 776 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
targets:
$default:
builders:
freezed:
options:
map:
maybe_map: true
#targets:
# $default:
# builders:
# freezed:
# enabled: true
# options:
# # Tells Freezed not to format .freezed.dart files.
# # This can significantly speed up code-generation.
# format: true
# # Disable the generation of copyWith/== for the entire project
# copy_with: true
# equal: true
# # `when` and `map` can be enabled/disabled entirely by setting them to `true`/`false`
# map:
# map: true
# map_or_null: true
# maybe_map: true
# when:
# when: true
# when_or_null: true
# maybe_when: true