Hi guy,thank for the awesome work.Now everything is work well except change the library name, also called package name.
I found the issue and official doc for dart: https://openapi-generator.tech/docs/generators/dart/
then I use --additional-properties="pubName=my_library_name" in cli,the name in pubspec.yaml is ok.but in the dart file,it still is 'openapi.api', not 'my_library_name.api'.Anything else what I miss ?
openapi-generation: 3.3.0
Hi guy,thank for the awesome work.Now everything is work well except change the library name, also called package name. I found the issue and official doc for dart: https://openapi-generator.tech/docs/generators/dart/ then I use --additional-properties="pubName=my_library_name" in cli,the name in pubspec.yaml is ok.but in the dart file,it still is 'openapi.api', not 'my_library_name.api'.Anything else what I miss ? openapi-generation: 3.3.0