Skip to content

[mustache_template] Fix broken README link#11306

Merged
stuartmorgan-g merged 1 commit into
flutter:mainfrom
stuartmorgan-g:mustache-link-fix
Mar 25, 2026
Merged

[mustache_template] Fix broken README link#11306
stuartmorgan-g merged 1 commit into
flutter:mainfrom
stuartmorgan-g:mustache-link-fix

Conversation

@stuartmorgan-g

Copy link
Copy Markdown
Collaborator

pub.dev flagged this link since it used http rather than https, but it turns out it's also no longer a valid link; that domain doesn't resolve. This updates to the correct domain, and to a secure link.

Part of flutter/flutter#183844

Pre-Review Checklist

Footnotes

  1. Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling. 2

pub.dev flagged this link since it used http rather than https, but it
turns out it's also no longer a valid link; that domain doesn't resolve.
This updates to the correct domain, and to a secure link.

Part of flutter/flutter#183844

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

Copy link
Copy Markdown

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 updates a broken link to the Mustache manual in the README.md file. The package version has been incremented to 2.0.4 in pubspec.yaml, and a corresponding entry has been added to CHANGELOG.md to reflect this change.

@stuartmorgan-g stuartmorgan-g added the autosubmit Merge PR when tree becomes green via auto submit App label Mar 20, 2026
@stuartmorgan-g stuartmorgan-g merged commit 1359ed0 into flutter:main Mar 25, 2026
81 checks passed
@stuartmorgan-g stuartmorgan-g deleted the mustache-link-fix branch March 25, 2026 13:02
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 25, 2026
github-merge-queue Bot pushed a commit to flutter/flutter that referenced this pull request Mar 25, 2026
flutter/packages@8dcfd11...5909bdd

2026-03-25 [email protected] [ci] add more
permissions for create-pull-request (flutter/packages#11302)
2026-03-25 [email protected] [various] Add
`unintended_html_in_doc_comment` to analysis options
(flutter/packages#11303)
2026-03-25 [email protected] Use deprecated dependency until legacy
renderer is removed (flutter/packages#11185)
2026-03-25 [email protected] [in_app_purchase_storekit] Address flaky
tests (flutter/packages#11270)
2026-03-25 [email protected] [google_maps_flutter] Fix A2A iOS
builds (flutter/packages#11290)
2026-03-25 [email protected] [mustache_template] Fix broken README
link (flutter/packages#11306)
2026-03-25 [email protected] [ci] Add a workflow to auto-remove
CICD label (flutter/packages#11301)
2026-03-25 [email protected] [various] Convert plugin builds to
Kotlin gradle (flutter/packages#11172)
2026-03-25 [email protected] [webview_flutter_platform_interface] Add
support for getting cookie (flutter/packages#11037)
2026-03-25 [email protected] [cupertino_icons] Remove empty Dart
file (flutter/packages#11308)
2026-03-25 [email protected] [camera] Regenerate iOS example with
Swift (flutter/packages#11283)
2026-03-25 [email protected] [pigeon] Optimize data class equality
and hashing in Dart, Kotlin, java, and Swift, adds equality in other
languages (flutter/packages#11140)
2026-03-25 [email protected] [two_dimensional_scrollables] Fix span
border decorations in flipped cross axes (flutter/packages#11334)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected] on the revert to ensure that a
human
is aware of the problem.

To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
okorohelijah pushed a commit to okorohelijah/packages that referenced this pull request Mar 26, 2026
pub.dev flagged this link since it used http rather than https, but it
turns out it's also no longer a valid link; that domain doesn't resolve.
This updates to the correct domain, and to a secure link.

Part of flutter/flutter#183844

## Pre-Review Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [AI contribution guidelines] and understand my
responsibilities, or I am not using AI tools.
- [x] I read the [Tree Hygiene] page, which explains my
responsibilities.
- [x] I read and followed the [relevant style guides] and ran [the
auto-formatter].
- [x] I signed the [CLA].
- [x] The title of the PR starts with the name of the package surrounded
by square brackets, e.g. `[shared_preferences]`
- [x] I [linked to at least one issue that this PR fixes] in the
description above.
- [x] I followed [the version and CHANGELOG instructions], using
[semantic versioning] and the [repository CHANGELOG style], or I have
commented below to indicate which documented exception this PR falls
under[^1].
- [x] I updated/added any relevant documentation (doc comments with
`///`).
- [x] I added new tests to check the change I am making, or I have
commented below to indicate which [test exemption] this PR falls
under[^1].
- [x] All existing and new tests are passing.

[^1]: Regular contributors who have demonstrated familiarity with the
repository guidelines only need to comment if the PR is not
auto-exempted by repo tooling.

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/packages/blob/main/CONTRIBUTING.md
[AI contribution guidelines]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#ai-contribution-guidelines
[Tree Hygiene]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md
[relevant style guides]:
https://github.com/flutter/packages/blob/main/CONTRIBUTING.md#style
[the auto-formatter]:
https://github.com/flutter/packages/blob/main/script/tool/README.md#format-code
[CLA]: https://cla.developers.google.com/
[Discord]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
[linked to at least one issue that this PR fixes]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#overview
[the version and CHANGELOG instructions]:
https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#version-and-changelog-updates
[semantic versioning]:
https://dart.dev/tools/pub/versioning#semantic-versions
[repository CHANGELOG style]:
https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changelog-style
[test exemption]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#tests
mboetger pushed a commit to mboetger/flutter that referenced this pull request Mar 26, 2026
…er#184123)

flutter/packages@8dcfd11...5909bdd

2026-03-25 [email protected] [ci] add more
permissions for create-pull-request (flutter/packages#11302)
2026-03-25 [email protected] [various] Add
`unintended_html_in_doc_comment` to analysis options
(flutter/packages#11303)
2026-03-25 [email protected] Use deprecated dependency until legacy
renderer is removed (flutter/packages#11185)
2026-03-25 [email protected] [in_app_purchase_storekit] Address flaky
tests (flutter/packages#11270)
2026-03-25 [email protected] [google_maps_flutter] Fix A2A iOS
builds (flutter/packages#11290)
2026-03-25 [email protected] [mustache_template] Fix broken README
link (flutter/packages#11306)
2026-03-25 [email protected] [ci] Add a workflow to auto-remove
CICD label (flutter/packages#11301)
2026-03-25 [email protected] [various] Convert plugin builds to
Kotlin gradle (flutter/packages#11172)
2026-03-25 [email protected] [webview_flutter_platform_interface] Add
support for getting cookie (flutter/packages#11037)
2026-03-25 [email protected] [cupertino_icons] Remove empty Dart
file (flutter/packages#11308)
2026-03-25 [email protected] [camera] Regenerate iOS example with
Swift (flutter/packages#11283)
2026-03-25 [email protected] [pigeon] Optimize data class equality
and hashing in Dart, Kotlin, java, and Swift, adds equality in other
languages (flutter/packages#11140)
2026-03-25 [email protected] [two_dimensional_scrollables] Fix span
border decorations in flipped cross axes (flutter/packages#11334)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected] on the revert to ensure that a
human
is aware of the problem.

To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
ahmedsameha1 pushed a commit to ahmedsameha1/flutter that referenced this pull request Apr 14, 2026
…er#184123)

flutter/packages@8dcfd11...5909bdd

2026-03-25 [email protected] [ci] add more
permissions for create-pull-request (flutter/packages#11302)
2026-03-25 [email protected] [various] Add
`unintended_html_in_doc_comment` to analysis options
(flutter/packages#11303)
2026-03-25 [email protected] Use deprecated dependency until legacy
renderer is removed (flutter/packages#11185)
2026-03-25 [email protected] [in_app_purchase_storekit] Address flaky
tests (flutter/packages#11270)
2026-03-25 [email protected] [google_maps_flutter] Fix A2A iOS
builds (flutter/packages#11290)
2026-03-25 [email protected] [mustache_template] Fix broken README
link (flutter/packages#11306)
2026-03-25 [email protected] [ci] Add a workflow to auto-remove
CICD label (flutter/packages#11301)
2026-03-25 [email protected] [various] Convert plugin builds to
Kotlin gradle (flutter/packages#11172)
2026-03-25 [email protected] [webview_flutter_platform_interface] Add
support for getting cookie (flutter/packages#11037)
2026-03-25 [email protected] [cupertino_icons] Remove empty Dart
file (flutter/packages#11308)
2026-03-25 [email protected] [camera] Regenerate iOS example with
Swift (flutter/packages#11283)
2026-03-25 [email protected] [pigeon] Optimize data class equality
and hashing in Dart, Kotlin, java, and Swift, adds equality in other
languages (flutter/packages#11140)
2026-03-25 [email protected] [two_dimensional_scrollables] Fix span
border decorations in flipped cross axes (flutter/packages#11334)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected] on the revert to ensure that a
human
is aware of the problem.

To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App CICD Run CI/CD p: mustache_template

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants