mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Revert "Replace some `dynamic` to `Object?` type (#80772)" (#80965) This reverts commit 12a2e682b47e16818cc7cd9ca5fe8ea09fd38992. * Add frontend_server_client to dependency allowlist (#80912) Co-authored-by: Jenn Magder <magder@google.com>
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.