Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions sites/www/content/home/latest_news.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
# If you have some other news or posts you think should be added,
# please first open an issue with relevant information.

- 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"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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"


- title: "What's new in Flutter 3.41 and Dart 3.11"
url: "https://blog.flutter.dev/whats-new-in-flutter-3-41-302ec140e632"
image: "/news/images/featured/whats-new-flutter-3-41-dart-3-11.png"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading