With the introduction of the new dart format with Flutter 3.29 some generators (freezed, graphql_codegen...) generates code that are not well formatted. So I need a way to format the generated code before the check for git diff.
I created a PR for this
With the introduction of the new dart format with Flutter 3.29 some generators (freezed, graphql_codegen...) generates code that are not well formatted. So I need a way to format the generated code before the check for git diff.
I created a PR for this