We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug A clear and concise description of what the bug is.
To Reproduce
$default: builders: swagger_dart_code_generator: options: input_folder: "swagger_input_folder/" output_folder: "lib/models/generated" separate_models: true
dart run build_runner build --delete-conflicting-outputs
Expected behavior Each model should be generated in a separate file within the output_folder when separate_models: true is set in the configuration.
Swagger specification link Link to swagger/OpenApi documentation
Library version used: 3.0.1
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Correct me if I am wrong but separate_models should generate each model in a separate file.
Sorry, something went wrong.
fryette
Vovanella95
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
dart run build_runner build --delete-conflicting-outputs
Expected behavior
Each model should be generated in a separate file within the output_folder when separate_models: true is set in the configuration.
Swagger specification link
Link to swagger/OpenApi documentation
Library version used:
3.0.1
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: