-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.yaml
More file actions
30 lines (30 loc) · 711 Bytes
/
build.yaml
File metadata and controls
30 lines (30 loc) · 711 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
targets:
$default:
builders:
copy_with_extension_gen:
enabled: true
options:
copy_with_null: true
json_serializable:
options:
any_map: true
checked: true
create_factory: true
create_field_map: true
create_per_field_to_json: true
create_to_json: true
disallow_unrecognized_keys: false
explicit_to_json: true
generic_argument_factories: true
ignore_unannotated: false
include_if_null: true
sources:
- ./*
- $package$
- $lib$
- $lib$/**
- lib/**
- pubspec.yaml
- web/**
dependencies:
- autoequal