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

MultiFix #205

Closed dickermoshe closed 3 months ago

dickermoshe commented 4 months ago

Fixes Fix https://github.com/Carapacik/swagger_parser/issues/197 Fix https://github.com/Carapacik/swagger_parser/issues/201 Fix https://github.com/Carapacik/swagger_parser/issues/202 Fix https://github.com/Carapacik/swagger_parser/issues/196 Fix https://github.com/Carapacik/swagger_parser/issues/191 Fix https://github.com/Carapacik/swagger_parser/issues/189 Fix https://github.com/Carapacik/swagger_parser/issues/188

dickermoshe commented 4 months ago

There are tons of fixes here. I'm fixing whatever is causing static tying issues from the new tests. Although many are bugs in retrofit though. I'll document this PR when it's complete