Open vicdotdevelop opened 2 years ago
The import gives the following warning
openapi_generator_annotations package:openapi_generator_annotations/openapi_generator_annotations.dart
Support for doing something awesome.
More dartdocs go here.
The library 'package:openapi_generator_annotations/openapi_generator_annotations.dart' is legacy, and should not be imported into a null safe library. Try migrating the imported library.dart(import_of_legacy_library_into_null_safe)
Hey guys,
I wanted to try out your package as the CLI version of openapi gen does not support null-safety. I have created a new class, added annotations, added all the dependencies-
When I run the build_runner it gives me the following error, which is not very helpful imo. Any ideas ? seems to be related to library I guess.
Thank you in advance guys - cheers! 🚀
Dart Version
Dart SDK version: 2.16.1 (stable) (Tue Feb 8 12:02:33 2022 +0100) on "macos_x64"
Class
Pubspec
Terminal Output