mirror of
https://github.com/flutter/flutter.git
synced 2026-01-21 05:04:42 +08:00
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.
Flutter UI integration tests
This project contains a collection of non-plugin-dependent UI
integration tests. The device code is in the lib/ directory, the
driver code is in the test_driver/ directory. They work together.
Normally they are run via the devicelab.
keyboard_resize
Verifies that showing and hiding the keyboard resizes the content.
routing
Verifies that flutter drive --route works correctly.