-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathbuild.yaml
More file actions
32 lines (32 loc) · 994 Bytes
/
build.yaml
File metadata and controls
32 lines (32 loc) · 994 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
targets:
$default:
builders:
json_serializable:
options:
explicit_to_json: true
drift_dev:
options:
databases:
db: "lib/core/db/db.dart"
schema_dir: "lib/core/db/schemas"
store_date_time_values_as_text: true
slang_build_runner:
options:
base_locale: en
fallback_strategy: base_locale
input_directory: assets/translations
input_file_pattern: .i18n.json
output_directory: lib/gen
output_file_name: translations.g.dart
translation_class_visibility: public
locale_handling: false
# protoc_builder:
# options:
# protobuf_version: "3.1.0"
# protoc_plugin_version: "21.1.2"
# root_dir: "assets/proto"
# proto_paths:
# - "assets/proto"
# out_dir: "lib/gen/proto"
# use_installed_protoc: true
# precompile_protoc_plugin: false