flutter / website

Flutter documentation web site
https://docs.flutter.dev
Other
2.82k stars 3.23k forks source link

'Introduction to animations' page issue #3951

Closed code-farsi closed 4 years ago

code-farsi commented 4 years ago

Page URL: https://flutter.dev/docs/development/ui/animations/ Page source: https://github.com/flutter/website/tree/master/src/docs/development/ui/animations/index.md

Description of issue: At Flutter Gallery section in the Physics-based animation, The hyperlink of 'Grid' has error 404.

sfshaza2 commented 4 years ago

Yes, good catch. The Flutter Gallery has been rewritten and that particular demo seems to be gone. However, we do have a physics animation example in the cookbooik: https://flutter.dev/docs/cookbook/animation/physics-simulation

We need to update the page to reflect that.

sfshaza2 commented 4 years ago

Fixed in PR https://github.com/flutter/website/pull/3968