Closed gawi151 closed 2 months ago
So in the process of looking for open api generator I looked at:
As a result of the research I decided to go with:
Why:
openapi-generator
has 2 types of Dart generators and both are quite dated
openapi_spec
is much newer
freezed
under the hood to create models (it's much more common nowadays than built_value
)
Is your feature request related to a problem? Please describe. Generate dart api client from OpenAPI spec.
Describe the solution you'd like Tool that will generate most of the code for our client. Ideally should support Dart 3 + OpenAPI 3.1