-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.yaml
More file actions
40 lines (40 loc) · 1.06 KB
/
build.yaml
File metadata and controls
40 lines (40 loc) · 1.06 KB
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
33
34
35
36
37
38
39
40
targets:
$default:
builders:
slang_build_runner:
options:
base_locale: en
fallback_strategy: base_locale
input_directory: assets/i18n
input_file_pattern: .json
output_directory: lib/core/gen
output_file_name: strings.g.dart
locale_handling: true
flutter_integration: true
namespaces: false
translate_var: t
enum_name: AppLocale
translation_class_visibility: public
timestamp: true
string_interpolation: braces
obfuscation:
enabled: false
secret: abc
imports: []
format:
enabled: true
width: 150
generate_for:
exclude:
- lib/src/rust/**
flutter_gen:
options:
output: lib/core/gen
integrations:
flutter_svg: true
rive: true
lottie: true
generate_for:
exclude:
- lib/src/rust/**
- lib/core/gen/strings.g.dart