I want to rename (not just the extension) a file in my Builder
. Is there any reason I shouldn't just create my own File
based on buildStep.inputId
and write to the file?
Dart `build_config` rename `buildStep.inputId` file
69 views Asked by Jacob Phillips At
1
If you do this then lots of weird things will happen:
Basically, you would be circumventing the whole build system, and the behavior becomes undefined.