Does anyone have some experience with Swagger Codegen? Currently I am struggeling with the execution of the Swagger Codegen CLI. At first I tried to generate the Dart Code via the OpenAPI Generator following this tutorial: https://clearpoint.digital/blog/accelerate-flutter-development-with-contract-first-openapi-and-dart-code-generation/ This gave me 11k problems.
So I decided to try Swagger Codegen. I downloaded the Swagger-Codegen-cli 3.0.17, but it didn’t support Dart. The documentation states, that it does. With both versions I used templates to generate the Code. Help for any of the two solutions would be appreciated!