15 lines
396 B
YAML
15 lines
396 B
YAML
targets:
|
|
$default:
|
|
builders:
|
|
source_gen|combining_builder:
|
|
options:
|
|
build_extensions:
|
|
'^lib/{{}}.dart': 'lib/{{}}.g.dart'
|
|
freezed:
|
|
options:
|
|
build_extensions:
|
|
'^lib/{{}}.dart': 'lib/{{}}.freezed.dart'
|
|
# Make sure it works with json_serializable
|
|
union_key: 'type'
|
|
union_value_case: 'snake'
|