Skip to content

Commit 357c9c6

Browse files
committed
- updated to version 2.2.0
1 parent 4c5d1fd commit 357c9c6

File tree

76 files changed

+129
-2566
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+129
-2566
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ This repo contains the following dart libraries
1515

1616

1717

18-
1918
## Usage
2019

2120
Include [openapi-generator-annotations](https://pub.dev/packages/openapi_generator_annotations) as a dependency in the dependencies section of your pubspec.yaml file :
@@ -58,7 +57,7 @@ Annotate a dart class with @Openapi() annotation
5857
additionalProperties:
5958
AdditionalProperties(pubName: 'petstore_api', pubAuthor: 'Johnny dep'),
6059
inputSpecFile: 'example/openapi-spec.yaml',
61-
generatorName: Generator.DART2_API,
60+
generatorName: Generator.dart,
6261
outputDirectory: 'api/petstore_api')
6362
class Example extends OpenapiGeneratorConfig {}
6463
```

example/.gitignore

Lines changed: 0 additions & 192 deletions
This file was deleted.

example/.metadata

Lines changed: 0 additions & 10 deletions
This file was deleted.

example/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

example/android/.gitignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

example/android/app/build.gradle

Lines changed: 0 additions & 61 deletions
This file was deleted.

example/android/app/src/debug/AndroidManifest.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

example/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 30 deletions
This file was deleted.

example/android/app/src/main/java/com/devappliance/openapigeneratorexample/MainActivity.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

example/android/app/src/main/res/drawable/launch_background.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)