We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 215e8a7 + 0efa37d commit a820cacCopy full SHA for a820cac
lib/src/golden_testing_tools.dart
@@ -86,10 +86,10 @@ Future<void> bcWidgetMatchesImage({
86
),
87
);
88
89
- await loadAppFonts();
90
-
91
await tester.awaitImages();
92
+ await loadAppFonts();
+
93
await localFileComparator(testPath);
94
95
await expectLater(
pubspec.yaml
@@ -2,7 +2,7 @@ name: bc_golden_plugin
2
description: Golden Plugin is a software that enables you to test the UI you develop against a reference image or a design in Figma.
3
repository: 'https://github.com/bancolombia/bc_golden_plugin'
4
5
-version: 1.4.0
+version: 1.4.1
6
7
platforms:
8
android:
0 commit comments