We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API docs links to the Flutter documentation which contain the subpath "painting" are broken
API docs links to the Flutter documentation work
go to https://pub.dev/documentation/flame/latest/game/FlameGame/render.html and click on link to "Canvas"
go to https://pub.dev/documentation/flame/latest/effects/ColorEffect/color.html and click on link to "Color"
replace all links to https://api.flutter.dev/flutter/painting/... with https://api.flutter.dev/flutter/dart-ui/...
https://api.flutter.dev/flutter/painting/...
https://api.flutter.dev/flutter/dart-ui/...
see "How can we reproduce this?"
No response
Output of: flutter doctor -v
All
The text was updated successfully, but these errors were encountered:
Thanks for the report, do you want to provide a PR with a fix?
Sorry, something went wrong.
Trying, I forked & cloned flame, installed melos, spellchecker, sphinx + dependencies
ran
melos run doc-setup melos run doc-build melos run doc-linkcheck
melos run doc-setup
melos run doc-build
melos run doc-linkcheck
But not sure how API docs are created and how these links are generated.
I would need some guidance on how to proceed.
No branches or pull requests
What happened?
API docs links to the Flutter documentation which contain the subpath "painting" are broken
What do you expect?
API docs links to the Flutter documentation work
How can we reproduce this?
go to https://pub.dev/documentation/flame/latest/game/FlameGame/render.html and click on link to "Canvas"
go to https://pub.dev/documentation/flame/latest/effects/ColorEffect/color.html and click on link to "Color"
What steps should take to fix this?
replace all links to
https://api.flutter.dev/flutter/painting/...
withhttps://api.flutter.dev/flutter/dart-ui/...
Do have an example of where the bug occurs?
see "How can we reproduce this?"
Relevant log output
No response
Execute in a terminal and put output into the code block below
Output of: flutter doctor -v
Affected platforms
All
Other information
No response
Are you interested in working on a PR for this?
The text was updated successfully, but these errors were encountered: