openapi-generator-dart
openapi-generator-dart copied to clipboard
Openapi Generator for Dart/Flutter
### Description of the bug Could not generate project with dart 3 ### Steps to reproduce Using Dart SDK version: 3.3.4 (stable) (Tue Apr 16 19:56:12 2024 +0000) on "macos_arm64"...
### Description of the bug Usage of `dart run -vv build_runner build --delete-conflicting-outputs` does not work, if provided "java" command on command line does not point to appropriate java version....
### Description of the bug When the return type is a enum the deserializer is skipped. the body in the switch is empty. I implemented a fromValue for me. This...
### Description of the bug I have a nested model in my OpenAPI spec: ``` Invoice: type: object properties: customer: $ref: "#/components/schemas/InvoiceCustomer" type: object creditMemoRef: $ref: "#/components/schemas/InvoiceCreditRef" type: object changeDate:...
Clean up output directory for remove unused old file.
:robot: I have created a release *beep* *boop* --- 5.1.0 ## [5.1.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.3...v5.1.0) (2024-11-02) ### Features * add --name-mappings param support for generator ([f5c6aed](https://github.com/gibahjoe/openapi-generator-dart/commit/f5c6aed0408de33c8f273f6e21aacb42a34cbbc1)) * annotated file updating made optional by...
### Description of the bug The json Serializer is not working ### Steps to reproduce Use the following code ~~~ @Openapi( additionalProperties: DioProperties( pubName: '...', pubAuthor: '...', serializationLibrary: DioSerializationLibrary.jsonSerializable ),...
### Description of the bug In a more recent commit, this has been added to the dart dio generator: https://github.com/OpenAPITools/openapi-generator/commit/039f0b85f68f761a9041d2811097aa99ef7027b1 How can I upgrade the library, so it uses >...