flutter/dev/integration_tests/wide_gamut_test
Elliott Brooks 01eef7ca13
Upgrade Flutter deps to pull in latest vm_service and dwds (#136734)
Generated by running `flutter update-packages --force-upgrade`

Updates vm_service to [12.0.0](https://pub.dev/packages/vm_service/versions/12.0.0) and dwds to [22.0.0](https://pub.dev/packages/dwds/versions/22.0.0)

The changes to `packages/flutter_tools/lib/src/isolated/devfs_web.dart` are for the new interface of DWDS introduced in https://github.com/dart-lang/webdev/pull/2243

FYI @bkonyi
2023-10-19 18:29:02 +00:00
..
integration_test Adds drawn image wide gamut test (#126715) 2023-05-15 15:54:22 -07:00
ios/Runner iOS info.plist template: make UIViewControllerBasedStatusBar to be true (#128970) 2023-06-20 18:11:18 +00:00
lib Adds drawn image wide gamut test (#126715) 2023-05-15 15:54:22 -07:00
.gitignore Added integration test for wide gamut support. (#119657) 2023-02-13 22:33:19 +00:00
.metadata Added integration test for wide gamut support. (#119657) 2023-02-13 22:33:19 +00:00
pubspec.yaml Upgrade Flutter deps to pull in latest vm_service and dwds (#136734) 2023-10-19 18:29:02 +00:00
README.md Added integration test for wide gamut support. (#119657) 2023-02-13 22:33:19 +00:00

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