Skip to content

Commit ba8974c

Browse files
[palette_generator] Add web support to unit tests (flutter#4440)
Updates the unit tests to run in web mode as well as VM mode, since the package supports web. To remove the file dependency, this adds base64-encoded versions of the existing test images. The originals are left as source-of-truth, in case we want to handle this differently in the future, or to visually inspect the images. Fixes flutter#129839
1 parent 28c419d commit ba8974c

File tree

4 files changed

+1360
-23
lines changed

4 files changed

+1360
-23
lines changed

packages/palette_generator/dart_test.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/palette_generator/pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dependencies:
1212
collection: ^1.15.0
1313
flutter:
1414
sdk: flutter
15-
path: ^1.8.0
1615

1716
dev_dependencies:
1817
flutter_test:

0 commit comments

Comments
 (0)