We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2d150 commit 8c9c9acCopy full SHA for 8c9c9ac
openapi-generator/README.md
@@ -34,7 +34,7 @@ Annotate a dart class with @Openapi() annotation
34
additionalProperties:
35
AdditionalProperties(pubName: 'petstore_api', pubAuthor: 'Johnny dep'),
36
inputSpecFile: 'example/openapi-spec.yaml',
37
- generatorName: Generator.DART_DIO,
+ generatorName: Generator.DART,
38
outputDirectory: 'api/petstore_api')
39
class Example extends OpenapiGeneratorConfig {}
40
```
0 commit comments