README.md 215 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
# 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
```