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
88 stars 33 forks source link

Multifix #198

Closed dickermoshe closed 4 months ago

dickermoshe commented 4 months ago

Fix https://github.com/Carapacik/swagger_parser/issues/192 Fix https://github.com/Carapacik/swagger_parser/issues/190 Fix https://github.com/Carapacik/swagger_parser/issues/195

dickermoshe commented 4 months ago

Other fixes will require much more work. These were pretty trivial.:

value is renamed to value_ to account for the retrofit bug. $ is escaped Custom types are converted to Pascal

Carapacik commented 4 months ago

@dickermoshe plz resolve conflicts

dickermoshe commented 4 months ago

Done

Carapacik commented 4 months ago

LGTM