|
1 | 1 |     
|
2 | 2 |
|
| 3 | +### Do not forget to give a star or like if you like this library. |
| 4 | + |
3 | 5 | This codebase houses the dart/flutter implementations of the openapi client sdk code generation libraries.
|
4 | 6 |
|
5 |
| -With this project, you can generate openapi client sdk libraries for your openapi specification right in your flutter/dart projects. (see example) |
| 7 | +With this project, you can generate openapi client sdk libraries for your openapi specification right in your |
| 8 | +flutter/dart projects. (see example) |
6 | 9 |
|
7 | 10 | [license](https://github.com/gibahjoe/openapi-generator-dart/blob/master/openapi-generator-annotations/LICENSE).
|
8 | 11 |
|
9 |
| - |
10 | 12 | This repo contains the following dart libraries
|
11 | 13 |
|
12 |
| -| Library | Description | latest version | |
13 |
| -|---------------|-------------|---------------| |
14 |
| -| openapi-generator |Dev dependency for generating openapi sdk via dart source gen [see here for usage](https://pub.dev/packages/openapi_generator)| [](https://pub.dev/packages/openapi_generator)| |
15 |
| -| openapi-generator-annotations|Annotations for annotating dart class with instructions for generating openapi sdk [see here for usage](https://pub.dev/packages/openapi_generator_annotations)|[](https://pub.dev/packages/openapi_generator)| |
16 |
| -| openapi-generator-cli |Cli code openapi sdk generator for dart [see here for usage](https://pub.dev/packages/openapi_generator_cli)|[](https://pub.dev/packages/openapi_generator_cli)| |
| 14 | +| Library | Description | latest version | |
| 15 | +|-------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------| |
| 16 | +| openapi-generator | Dev dependency for generating openapi sdk via dart source gen [see here for usage](https://pub.dev/packages/openapi_generator) | [](https://pub.dev/packages/openapi_generator) | |
| 17 | +| openapi-generator-annotations | Annotations for annotating dart class with instructions for generating openapi sdk [see here for usage](https://pub.dev/packages/openapi_generator_annotations) | [](https://pub.dev/packages/openapi_generator) | |
| 18 | +| openapi-generator-cli | Cli code openapi sdk generator for dart [see here for usage](https://pub.dev/packages/openapi_generator_cli) | [](https://pub.dev/packages/openapi_generator_cli) | |
17 | 19 |
|
18 | 20 |
|
19 | 21 |
|
|
0 commit comments