Skip to content

feat: add Flutter 3.44 news entry and associated featured image#13477

Merged
abdallahshaban557 merged 1 commit into
mainfrom
update-news-section-flutter-3.44
Jun 8, 2026
Merged

feat: add Flutter 3.44 news entry and associated featured image#13477
abdallahshaban557 merged 1 commit into
mainfrom
update-news-section-flutter-3.44

Conversation

@abdallahshaban557

@abdallahshaban557 abdallahshaban557 commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

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

  • If you are unwilling, or unable, to sign the CLA, even for a tiny, one-word PR, please file an issue instead of a PR.
  • If this PR is not meant to land until a future stable release, mark it as draft with an explanation.
  • This PR follows the Google Developer Documentation Style Guidelines—for example, it doesn't use i.e. or e.g., and it avoids I and we (first-person pronouns).
  • This PR uses semantic line breaks
    of 80 characters or fewer.

@abdallahshaban557 abdallahshaban557 requested a review from a team as a code owner June 8, 2026 19:58

@gemini-code-assist gemini-code-assist Bot left a comment

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.

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"

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"

@sfshaza2 sfshaza2 left a comment

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.

lgtm!

@abdallahshaban557 abdallahshaban557 merged commit b223098 into main Jun 8, 2026
12 checks passed
@abdallahshaban557 abdallahshaban557 deleted the update-news-section-flutter-3.44 branch June 8, 2026 20:00
@flutter-website-bot

Copy link
Copy Markdown
Collaborator

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

@flutter-website-bot

Copy link
Copy Markdown
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants