You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
targets:
$default:
builders:
#general purpose .g.dart builder
source_gen|combining_builder:
enabled: true
generate_for:
- lib/**.dart
options:
build_extensions:
'^{{path}}/{{file}}.dart': '{{path}}/generated/{{file}}.g.dart'
#chopper
chopper_generator:
options:
# This assumes you want the files to end with `.chopper.g.dart`
# instead of the default `.chopper.dart`.
build_extensions:
"^{{path}}/{{file}}.dart": '{{path}}/generated/{{file}}.chopper.g.dart'
Using PartBuilder
i am not able to generate the files in specific folder.
pubspec.yaml
I have tried below in my project build.yaml file
full yaml file is
My package yaml file
also tried
build_extensions: { ".dart": [ ".mapped.g.dart" ] }
but files are always generating inside same folder
The text was updated successfully, but these errors were encountered: