blob: 787ef2c69bbfcddbd97fc23be6d9eca6969936ec [file] [log] [blame] [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
```