| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| android/ | 12-May-2024 | - | 156 | 113 | ||
| ios/ | 12-May-2024 | - | 779 | 738 | ||
| lib/ | 12-May-2024 | - | 470 | 405 | ||
| test_driver/ | 12-May-2024 | - | 389 | 299 | ||
| README.md | D | 12-May-2024 | 427 | 15 | 9 | |
| pubspec.yaml | D | 12-May-2024 | 6.1 KiB | 81 | 71 |
README.md
1# Flutter UI integration tests 2 3This project contains a collection of non-plugin-dependent UI 4integration tests. The device code is in the `lib/` directory, the 5driver code is in the `test_driver/` directory. They work together. 6Normally they are run via the devicelab. 7 8## keyboard\_resize 9 10Verifies that showing and hiding the keyboard resizes the content. 11 12## routing 13 14Verifies that `flutter drive --route` works correctly. 15