Carapacik / swagger_parser

Dart package that takes an OpenApi definition file and generates REST clients based on retrofit and data classes for your project.
https://pub.dev/packages/swagger_parser
MIT License
87 stars 33 forks source link

Fixes #236

Closed StarProxima closed 1 month ago

StarProxima commented 1 month ago

A few fixes and removal of required_by_default.

I still have doubts about required_by_default, whether I should remove it or keep it. Its support in the code base is rather problematic. We need to discuss this @Carapacik