-
-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] build.yaml configuration instead of pubspec.yaml #114
Comments
You can specify the yaml file via:
|
@lcdsmao here build_runner documentation
|
@zs-dima |
@lcdsmao I mean default way to configure builders libraries. Here your documentation: Configuration file[FlutterGen] generates dart files based on the key # pubspec.yaml
# ...
flutter_gen: but it have to be: Configuration file[FlutterGen] generates dart files based on the key # build.yaml
# ...
builders:
# ...
flutter_gen:
# ... |
I'm guessing to be able to aggregate all codegen builders in the same command via:
|
To move builders configurations out of the pubspec.yaml |
Any plans to support this setup approach? |
build.yaml intended for generators configuration.
So could be nice to use build.yaml configuration instead of pubspec.yaml configuration.
❌ Bad
⭕️ Good
The text was updated successfully, but these errors were encountered: