Skip to content

Commit 11a474d

Browse files
committed
Remove the deprecated generators
1 parent 83ca5d5 commit 11a474d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

openapi-generator-annotations/lib/src/openapi_generator_annotations_base.dart

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -337,17 +337,5 @@ enum Generator {
337337
///
338338
/// You can read more about it here https://github.com/dart-ogurets/dart-openapi-maven
339339
dioAlt,
340-
341-
/// This uses the next gen dio generator. This is experimental and use at your own risk. It might be removed or renamed in the future
342-
///
343-
/// You can read more about it here https://github.com/OpenAPITools/openapi-generator/pull/8869
344-
dioNext,
345-
346-
/// This generates code based on the jaguar package Source gen is required
347-
/// after generating code with this generator
348-
/// corresponds to dart-jaguar
349-
///
350-
/// An Http Api generator inspired by Retrofit for Dart
351-
jaguar,
352340
}
353341
enum Wrapper { fvm, flutterw, none }

0 commit comments

Comments
 (0)