
* Revert "Make plugins add their repos to projects in the consuming app (#11447)" This reverts commit abe1e2520bb117c3de06cd3c44ad2a8250000de8. * Revert "Support for custom build types on Android (#11354)" This reverts commit 87eec719e20dd1423891a851d94b504b2453bf29. * Revert "add a profile() method (#11443)" This reverts commit 561d17a87606f8cf118b57bfacccb1acf6b9b594. * Revert "Fix documentation based on dartdoc's warnings (#11428)" This reverts commit 6655074b370d39150d2ed28f67851e3bce7013ab. * Revert "Improve some docs around WillPopScope. (#11429)" This reverts commit 58a28a296579b39360cbbb4a5f8b4b575eeb218b. * Revert "temporarily disable broken driver test in integration_ui (#11440)" This reverts commit 764515ec780421272de40b6b6c399497a1b38876. * Revert "style fix" This reverts commit 00bfc86630661edbd670b7c473fe07b11c6eee7a. * Revert "tests for waitFor/waitForAbsent" This reverts commit 31d2ee9c0cf259bc607bfbcaf112d4b8c2c360c1. * Revert "Always evaluate the finder in `driver.waitFor()` and `driver.waitForAbsent()`" This reverts commit 11d7c79b9902f960e9541f9f7da2f8857e4aaef4.
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.