feat: add Flutter 3.44 news entry and associated featured image#13477
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds a new entry to the latest news section for "What's new in Flutter 3.44 and Dart 3.12". The review feedback recommends renaming the associated image to follow the lowercase kebab-case naming convention and converting it from a GIF to a static format (like PNG or WebP) to avoid performance issues and potential broken links on case-sensitive servers.
|
|
||
| - title: "What's new in Flutter 3.44 and Dart 3.12" | ||
| url: "https://blog.flutter.dev/whats-new-in-flutter-3-44-b0cc1ad3c527" | ||
| image: "/news/images/featured/Flutter-344.gif" |
There was a problem hiding this comment.
The featured image uses the .gif format and mixed-case naming (Flutter-344.gif). Using a GIF for a featured news card can cause performance issues due to large file sizes and continuous animation rendering. Additionally, the mixed-case filename deviates from the established lowercase kebab-case convention (e.g., whats-new-flutter-3-41-dart-3-11.png), which can lead to broken links on case-sensitive production environments. Convert the image to a static format like .png or .webp and rename it using lowercase kebab-case.
image: "/news/images/featured/whats-new-flutter-3-44-dart-3-12.png"|
Staged preview of the updated docs.flutter.dev site (updated for commit 84a6cc4): https://flutter-docs-prod--docs-pr13477-update-news-section-fl-d3wgph7p.web.app |
|
Staged preview of the updated flutter.dev site (updated for commit 84a6cc4): https://flutter-dev-230821--www-pr13477-update-news-section-fl-n8bzl8z2.web.app |
Description of what this PR is changing or adding, and why:
Updating the new section to include 3.44 Flutter release blog
Issues fixed by this PR (if any):
PRs or commits this PR depends on (if any):
Presubmit checklist
of 80 characters or fewer.