Sign in
dart
/
external
/
github.com
/
flutter
/
flutter.git
/
dcdcdb070f124ff769a1272762f2389353948eaf
/
.
/
dev
/
integration_tests
/
wide_gamut_test
/
README.md
blob: 787ef2c69bbfcddbd97fc23be6d9eca6969936ec [
file
] [
view
]
# wide_gamut_test
An
integration test used
for
testing wide gamut color support
in
the engine
.
## Local run
```sh
flutter create --platforms="ios" --no-overwrite .
flutter test integration_test/app_test.dart
```