File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
- ## 3.1.1
2
- - ** BREAKING CHANGES**
3
- - Bumped dart-ogurets (_ dioAlt_ ) generator to 5.0 with [ breaking changes] ( https://github.com/dart-ogurets/dart-openapi-maven#changelog )
4
- - Bumped official openapi generator to 5.1.0. See [ change log] ( https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.1.0 )
5
- ## 3.1.0
1
+ ## 3.1.1-2
6
2
- ** BREAKING CHANGES**
7
3
- Bumped dart-ogurets (_ dioAlt_ ) generator to 5.0 with [ breaking changes] ( https://github.com/dart-ogurets/dart-openapi-maven#changelog )
8
4
- Bumped official openapi generator to 5.1.0. See [ change log] ( https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.1.0 )
Original file line number Diff line number Diff line change @@ -262,9 +262,9 @@ class OpenapiGenerator extends GeneratorForAnnotation<annots.Openapi> {
262
262
Command _getCommandWithWrapper (
263
263
String command, List <String > arguments, ConstantReader annotation) {
264
264
final wrapper = annotation
265
- .read ('additionalProperties' )
266
- .read ('wrapper' )
267
- .enumValue< annots.Wrapper > ();
265
+ .read ('additionalProperties' )
266
+ .read ('wrapper' )
267
+ .enumValue< annots.Wrapper > ();
268
268
switch (wrapper) {
269
269
case annots.Wrapper .flutterw:
270
270
return Command ('./flutterw' , arguments);
Original file line number Diff line number Diff line change 1
1
name : openapi_generator
2
2
description : Generator for openapi client sdk inspired by the npm implementation of openapi-generator-cli.
3
- version : 3.1.1
3
+ version : 3.1.1-2
4
4
homepage : https://github.com/gibahjoe/openapi-generator-dart
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments