Conversation
There was a problem hiding this comment.
Code Review
This pull request modernizes and streamlines the Flutter FAQ documentation, updating it to reflect current technologies like Impeller, Material Design 3, and WebAssembly. The review feedback points out a potential Markdown parsing issue where generic type parameters (using angle brackets <T>) are placed inside link reference labels (e.g., State<T> and GlobalKey<T>). The reviewer suggests moving the generic parameters outside of the link labels and updating the corresponding reference definitions to ensure compatibility across different Markdown engines.
|
Staged preview of the updated docs.flutter.dev site (updated for commit e98f9e7): https://flutter-docs-prod--docs-pr13746-faq-jvibzvj4.web.app |
|
Staged preview of the updated flutter.dev site (updated for commit e98f9e7): https://flutter-dev-230821--www-pr13746-faq-1251gs77.web.app |
Fixes #13596
This is just a quick update of the existing page. While the info is updated, the page still feels rather stale.
Thoughts, @parlough?