openapi-generator-dart
openapi-generator-dart copied to clipboard
Builder Clean support
Is there any way to remove generated files with the build runner clean - like other builder supported genrators?
Hi @robertcsakany,
Because this generator generates project files using an external java library, it might not be possible to hook into build_runner clean, to the best of my knowledge. Please tell me a use case for this and i can find a workaround or better still, a PR will be most helpfull
Okay, thanks. I will investigate this. I think if we are able to collect a file list from openAPI generator which files are affected with generaration on that case its possible to calclulate the clean step.