flutter/dev
Reid Baker 02e11f95a1
Add integration test for cutout rotation evaluation (#160354)
Test that the position of a cutout as reported by the Android engine
repositions based on screen orientation.

Related to https://github.com/flutter/engine/pull/55992

Part of https://github.com/flutter/flutter/issues/155658

to test run flutter drive integration_test/display_cutout_test.dart 
from dev/integration_tests/display_cutout_rotation

Pr also force upgrades pub dependencies because I was getting presubmit
failure in version solve.

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] All existing and new tests are passing.
2025-01-24 14:50:38 +00:00
..
a11y_assessments Update package revisions to latest (#161525) 2025-01-14 18:22:42 +00:00
automated_tests Roll pub packages (#162095) 2025-01-23 20:45:08 +00:00
benchmarks Roll pub packages (#162095) 2025-01-23 20:45:08 +00:00
bots Roll pub packages (#162095) 2025-01-23 20:45:08 +00:00
conductor Roll pub packages (#162095) 2025-01-23 20:45:08 +00:00
customer_testing Roll pub packages (#162095) 2025-01-23 20:45:08 +00:00
devicelab Roll pub packages (#162095) 2025-01-23 20:45:08 +00:00
docs Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
forbidden_from_release_tests Bump characters, collection, meta (#161066) 2025-01-03 02:23:10 +00:00
integration_tests Add integration test for cutout rotation evaluation (#160354) 2025-01-24 14:50:38 +00:00
manual_tests Update package revisions to latest (#161525) 2025-01-14 18:22:42 +00:00
missing_dependency_tests Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
snippets Roll pub packages (#162095) 2025-01-23 20:45:08 +00:00
tools Roll pub packages (#162095) 2025-01-23 20:45:08 +00:00
tracing_tests Update package revisions to latest (#161525) 2025-01-14 18:22:42 +00:00
analysis_options.yaml Enable more lints (#91642) 2021-10-14 22:03:03 -07:00
README.md Migrate to .ci.yaml (#82960) 2021-05-19 20:09:46 -07:00

This directory contains tools and resources that the Flutter team uses during the development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course, they may be interesting if you are curious.

The tests in this directory are run in the framework_tests_misc-* shards.