mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() This pull request is part of the effort to solve issue #144903. In the past, my efforts to reduce line length involved refactoring away from switch statements, but unlike [yesterday's PR](https://github.com/flutter/flutter/pull/144905), this one is full of switch statements that make things more concise! |
||
---|---|---|
.. | ||
integration_test | ||
ios/Runner | ||
lib | ||
.gitignore | ||
.metadata | ||
pubspec.yaml | ||
README.md |
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