Previously with version 1.1.0 when we generated the dart files code, it was already compatible with dart format. Now with version 2.0.0 it is output, but dart format makes changes. This is irritating given that it will force people to run dart format again on the generated files. In our project, we have a build step that ensures all files have been formatted appropriately.
Any ideas why this might have changed?