flutter/dev/integration_tests/wide_gamut_test
Jonah Williams 2150424cee
Reland Add platform view wide gamut test (#139101)
Reland of https://github.com/flutter/flutter/pull/138837

I reverted too many config files, the app needed the pbx project file in order to find the new class I added. Instead, just put the new platform view in the app delegate so it builds.
2023-11-28 02:23:21 +00:00
..
integration_test Reland Add platform view wide gamut test (#139101) 2023-11-28 02:23:21 +00:00
ios/Runner Reland Add platform view wide gamut test (#139101) 2023-11-28 02:23:21 +00:00
lib Reland Add platform view wide gamut test (#139101) 2023-11-28 02:23:21 +00:00
.gitignore Added integration test for wide gamut support. (#119657) 2023-02-13 22:33:19 +00:00
.metadata Added integration test for wide gamut support. (#119657) 2023-02-13 22:33:19 +00:00
pubspec.yaml Pin package:web 0.4.0 (#138428) 2023-11-15 15:03:21 -08:00
README.md Added integration test for wide gamut support. (#119657) 2023-02-13 22:33:19 +00:00

wide_gamut_test

An integration test used for testing wide gamut color support in the engine.

Local run

flutter create --platforms="ios" --no-overwrite .
flutter test integration_test/app_test.dart