mustache_template
A templating library that implements the Mustache template specification
2.0.5
8.1M downloads/mo
#66 most downloaded on pub.dev
flutter/core-packages
What this package is like to depend on
Last release 2 months ago
09 Jun 2026
Ships unpredictably
gaps range from 6 weeks to 4.5 years
Nearly every release is documented
notes for 8 of 8 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
8 releases · first in 2020
5 releases in the last 12 months
see the full history below
Release timeline
8 releases · Feb 2020 to Jun 2026Releases
latest 8-
2.0.509 Jun 2026Release notes
Open source →#18 was intended to bump
versions to publish from the new locations, but I still had these
changes locally, so they didn't publish. (Instead, they failed release
because it tried to re-publish the existing versions.)This adds the version bumps that were intended to be included in that
PR.Part of flutter/flutter#185027
Release notes
Open source →- Updates metadata for move to https://github.com/flutter/core-packages.
- Updates minimum supported SDK version to Flutter 3.38/Dart 3.10.
-
2.0.425 Mar 2026 -
2.0.307 Jan 2026Release notes
Open source →- Updates minimum supported SDK version to Flutter 3.35/Dart 3.9.
- Fixes error handling in LambdaContext by adding missing throw statements.
- Uses StateError instead of Exception for unreachable code in parser.
-
2.0.222 Oct 2025 -
2.0.111 Sep 2025Release notes
Open source →- Transfers the package source from https://github.com/jonahwilliams/mustache to https://github.com/flutter/packages.
- Updates minimum supported SDK version to Dart 3.7.
- Updates code for new analysis options.
-
2.0.005 Mar 2021 -
1.0.026 Feb 2020 -
1.0.0+127 Feb 2020Release notes
Open source →- Fixed regression where lookups from list did not work. Removed failing tests that depend on reflection.