flutter/dev/integration_tests/wide_gamut_test
Michael Goderbauer b966b2beee
Enable private field promotion for dev (#134480)
New feature in upcoming Dart 3.2. See https://github.com/dart-lang/language/issues/2020. Feature is enabled by bumping the min SDK version to 3.2.

Part of https://github.com/flutter/flutter/issues/134476.
2023-09-12 18:29:00 +00:00
..
integration_test Adds drawn image wide gamut test (#126715) 2023-05-15 15:54:22 -07:00
ios/Runner iOS info.plist template: make UIViewControllerBasedStatusBar to be true (#128970) 2023-06-20 18:11:18 +00:00
lib Adds drawn image wide gamut test (#126715) 2023-05-15 15:54:22 -07: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 Enable private field promotion for dev (#134480) 2023-09-12 18:29:00 +00: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