Closed agilob closed 3 years ago
Dart 1 support has been removed from openapi-generator, there's only Dart2 now. Generator name dart refers to previous dart2. What used to be dart2 is now just dart
dart
You can remove DART2_API from Generator:
DART2_API
enum Generator { DART, DART_DIO, DART2_API, DART_JAGUAR }
supportDart2 flag has been removed too
Related:
https://github.com/OpenAPITools/openapi-generator/issues/7561
https://github.com/OpenAPITools/openapi-generator/pull/7568
DART generator here is actually Dart2 while DART2_API is a third party (not produced by the openapi guys) custom generator.
DART
I will need to clean up the naming to avoid confusion in the future.
Dart 1 support has been removed from openapi-generator, there's only Dart2 now. Generator name
dart
refers to previous dart2. What used to be dart2 is now justdart
You can remove
DART2_API
from Generator:supportDart2 flag has been removed too
Related:
https://github.com/OpenAPITools/openapi-generator/issues/7561
https://github.com/OpenAPITools/openapi-generator/pull/7568