flutter_test_goldens
A toolkit for writing golden tests
0.0.13
40K downloads/mo
#1613 most downloaded on pub.dev
Flutter-Bounty-Hunters/flutter_test_goldens
What this package is like to depend on
Last release 27 days ago
27 Jul 2026
Release timing varies
gaps range from 9 days to 9 months
Nearly every release is documented
notes for 12 of 12 stable releases
1 version withdrawn
withdrawn after publishing
1 years old
13 releases · first in 2025
6 releases in the last 12 months
see the full history below
Release timeline
13 releases · Feb 2025 to Jul 2026
2026
Releases
latest 13-
0.0.1327 Jul 2026Release notes
Open source →July 27, 2026
- FIX: Regression - previous font loading reversion didn't load fonts at correct place in test definitions.
-
0.0.1225 Jun 2026 -
0.0.1127 Apr 2026Release notes
Open source →April 26, 2026
- FEATURE: Users can provide a custom
FlutterCamerato generate the screenshots for aGallery.
- FEATURE: Users can provide a custom
-
0.0.1002 Apr 2026Release notes
Open source →April 1, 2026
- FEATURE: Add
FakeScreenwidget which adds aMediaQueryand also adds a software keyboard simulator, which renders a fake keyboard, and takes up space similar to a real software keyboard.
- FEATURE: Add
-
0.0.927 Mar 2026Release notes
Open source →Match 26, 2026
- [BREAKING] - ADJUSTMENT: Always run gallery setup function, even when an item has its own setup function
-
0.0.822 Mar 2026Release notes
Open source →March 21, 2026
- FIX: Don't let widget state leak from one screenshot to the next.
-
0.0.709 Jul 2025Release notes
Open source →July 9, 2025
- ADJUSTMENT: Change pixel snapping widgets to prefer bigger sizes instead of smaller.
-
0.0.609 Jul 2025Release notes
Open source →July 8, 2025
- FEATURE: Added widgets for to snap children to whole-pixel offsets, and snap size to whole pixels.
PixelSnapCenterPixelSnapAlignPixelSnapRowPixelSnapColumnPixelSnapFlex
- FEATURE: Added widgets for to snap children to whole-pixel offsets, and snap size to whole pixels.
-
0.0.507 Jul 2025Release notes
Open source →July 6, 2025
- FEATURE: Add itemSetup to Gallery so that a single setup can be applied to all items.
- FEATURE: Timeline now accepts a desired windowSize which it applies to the physicalSize in the test.
- FIX: Make use of given spacing in GridGoldenSceneLayout
- FIX/ADJUSTMENT: Don't paint to Canvas before taking photo with FlutterCamera - this broke nuanced render object and layer behavior in follow_the_leader. Instead, use toImageSync() on the existing RepaintBoundary.
- ADJUSTMENT: Changed GridSceneLayout to use default item decorator and background to match existing behavior of FlexSceneLayout.
- ADJUSTMENT: When a Gallery is given item constraints, it now sets its physicalSize to match the max bounds.
- ADJUSTMENT: Changed the existing "minimal" Timeline itemScaffold to become the "standard" one, and then created a true "minimal" itemScaffold that makes no decisions about theme, background color, or padding.
- ADJUSTMENT: Renamed "pump" method in Timeline to say "builder" because that's more of what it is.
-
0.0.404 Jul 2025Release notes
Open source →July 4, 2025
- FIX: Blank failure images were being generated for passing tests.
- FEATURE: Pixel mismatch tolerances for
SingleShotandGallery.
-
0.0.304 Jul 2025 withdrawn -
0.0.225 Jun 2025Release notes
Open source →June 24, 2025 - Alpha
- FEATURE:
SingleShot: A Golden Scene that shows a single screenshot with an ergonomic API. - FEATURE:
Gallery: A Golden Scene that screenshots independent widget trees. - FEATURE:
Timeline: A Golden Scene that screenshots the same widget tree over time. - FEATURE: Detailed failure reports that go well beyond Flutter and
golden_toolkitreporting. - FEATURE: Failure Scenes MVP: A scene that shows failing goldens with mismatch visualizations.
- FEATURE: Golden Scene metadata is tracked in PNG metadata.
- FEATURE: A variety of marketing goldens are available in the package docs.
- FEATURE:
-
0.0.125 Feb 2025Release notes
Open source →Feb 24, 2025 - Initial release
- FEATURE:
GoldenCamera: Takes and stores photos.
- FEATURE: