
* Added integration test for wide gamut support. * cleaned up * deleted files that can be generated * switched back to standard flutter in the shell script * added devicelab task * removed analysis options * analyzer * Fixed task * made local_run.sh not executable * analyzer * removed the logo asset * added task to ci * updated pubspec * analysis errors fixed * updated pubspec
11 lines
215 B
Markdown
11 lines
215 B
Markdown
# 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
|
|
```
|