-
Notifications
You must be signed in to change notification settings - Fork 15
/
build.yaml
37 lines (35 loc) · 995 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
31
32
33
34
35
36
37
targets:
$default:
builders:
drift_dev:
options:
sql:
dialect: sqlite
options:
version: '3.38'
modules:
- json1
- fts5
apply_converters_on_variables: true
store_date_time_values_as_text: true
named_parameters: true
generate_values_in_copy_with: true
scoped_dart_components: true
copy_with_extension_gen:
enabled: true
options:
copy_with_null: true
slang_build_runner:
options:
base_locale: en
input_directory: lib/i18n
input_file_pattern: .json
output_directory: lib/i18n
output_file_name: translations.g.dart
output_format: single_file
namespaces: false
translate_var: t
enum_name: AppLocale
key_case: snake
param_case: camel
string_interpolation: double_braces