gibahjoe / openapi-generator-dart

Openapi Generator for Dart/Flutter
BSD 3-Clause "New" or "Revised" License
128 stars 34 forks source link

skipValidateSpec annotation property is not used by the generator #13

Closed dustin-graham closed 4 years ago

dustin-graham commented 4 years ago

I looked through openapi_generator_runner.dart and I can't see an instance where this property from openapi_generator_annotations_base.dart is used. Is this an omission, intentional, or is is used some other way?

gibahjoe commented 4 years ago

Hello @dustin-graham ,

Thank you for bringing this to my attention. This was missed during implementation and has been added in version 1.1.1 on pub.

I should warn that this version has compile time breaking changes. I will push up the updated code with the code base soon enough but the update has been published on pub.dev