mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Adds an initial integration test that: 1. captures laid-out widget size 2. focuses a text field to show the keyboard and resize the view 3. unfocuses the text field to dismiss the keyboard and resize the view 4. verify that the final widget size matches the initial size
8 lines
202 B
Markdown
8 lines
202 B
Markdown
# Flutter UI integration tests
|
|
|
|
This project contains a collection of non-plugin-dependent UI integration tests.
|
|
|
|
## keyboard\_resize
|
|
|
|
Verifies that showing and hiding the keyboard resizes the content.
|