-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.yaml
30 lines (30 loc) · 925 Bytes
/
build.yaml
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:
source_gen|combining_builder:
options:
ignore_for_file:
- cast_nullable_to_non_nullable
- implicit_dynamic_parameter
- lines_longer_than_80_chars
- prefer_const_constructors
- require_trailing_commas
json_serializable:
options:
create_to_json: true
create_factory: true
checked: true
explicit_to_json: true
field_rename: snake
include_if_null: false
slang_build_runner:
options:
base_locale: en
fallback_strategy: base_locale
input_directory: lib/l10n/slang
input_file_pattern: .arb
output_directory: lib/l10n/slang
output_file_name: translations.g.dart
output_format: single_file
locale_handling: true
flutter_integration: true