flutter/dev/integration_tests/ui
Chris Bracken d94943a9ac Update integration test .gitignores to latest template (#10191)
Under android/ directory, ignore:
GeneratedPluginRegistrant.java

Under ios/ directory, ignore:
GeneratedPluginRegistrant.h
GeneratedPluginRegistrant.m
Pods/
2017-05-18 18:47:57 -07:00
..
android Update integration test .gitignores to latest template (#10191) 2017-05-18 18:47:57 -07:00
ios Update integration test .gitignores to latest template (#10191) 2017-05-18 18:47:57 -07:00
lib fix an analyzer warning (#10018) 2017-05-11 17:09:29 -07:00
test_driver Test that view padding is applied on show keyboard (#10190) 2017-05-18 18:29:43 -07:00
.gitignore Add end-to-end test to verify resize on keyboard dismissal (#10005) 2017-05-11 14:29:20 -07:00
pubspec.yaml Add end-to-end test to verify resize on keyboard dismissal (#10005) 2017-05-11 14:29:20 -07:00
README.md Add end-to-end test to verify resize on keyboard dismissal (#10005) 2017-05-11 14:29:20 -07:00

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.