-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Closed
Labels
Description
Bug Report Checklist
- Have you provided a full/minimal spec to reproduce the issue?
- Have you validated the input using an OpenAPI validator (example)?
- Have you tested with the latest master to confirm the issue still exists?
- Have you searched for related issues/PRs?
- What's the actual output vs expected output?
- [Optional] Sponsorship to speed up the bug fix or feature request (example)
Description
openapi-generator version
5.1.1
Generation Details
java -jar ~/Downloads/openapi-generator-cli-5.1.0.jar generate -i trober.yaml -c config.yaml -g dart-dio-next -o trober_sdk -p pubVersion=1.1.1Steps to reproduce
Generate a dart package with the dart-dio-next generator. Observe that the README.md has missing information for author and incorrect links to generated docs when published on pub.dev. eg: See https://pub.dev/packages/trober_sdk
Related issues/PRs
Suggest a fix
Requires fixes to the README.md template. would send a PR with fixes.
Reactions are currently unavailable