flutter/dev/integration_tests/wide_gamut_test
Matan Lurey 256ad9f9cb
Move integration_test dependencies to non-dev_dependencies. (#160380)
First part of https://github.com/flutter/flutter/issues/160379.

This should be a NOP, because without the
`explicit-package-dependencies` feature flag, all dependencies
(including dev_dependencies) are considered, for the purposes of
plugins, non-dev dependencies.

This change prepares for flipping that flag, so when the flip occurs, it
is _also_ a NOP for these tests.
2024-12-16 22:42:01 +00:00
..
integration_test Relands "Wide gamut framework gradient test (#153976)" (#157643) 2024-10-26 08:44:53 -07:00
ios/Runner Reverts "Reland Add platform view wide gamut test" (#139189) 2023-11-29 00:58:17 +00:00
lib Relands "Wide gamut framework gradient test (#153976)" (#157643) 2024-10-26 08:44:53 -07:00
.metadata
pubspec.yaml Move integration_test dependencies to non-dev_dependencies. (#160380) 2024-12-16 22:42:01 +00:00
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