flame-engine / flame

A Flutter based game engine.
https://flame-engine.org
MIT License
9.25k stars 905 forks source link

API docs - links to Canvas, Color etc. in Flutter docs broken #3355

Open crcdng opened 17 hours ago

crcdng commented 17 hours ago

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?

What steps should take to fix this?

replace all links to https://api.flutter.dev/flutter/painting/... with https://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?

spydon commented 15 hours ago

Thanks for the report, do you want to provide a PR with a fix?