flutter/dev
Michael Klimushyn 29bfb11c04
Partial deflaking of abstract_method_smoke_test (#42379)
1. The platform code to show the keyboard wasn't working on certain
devices. From my testing it appears to be related to when the code was
firing. IMM won't show the soft input (or shows and then immediately
hides it, it's hard to tell) if it's called before the Flutter UI is
loaded. Change this to instead show the soft keyboard after a message
from Flutter that main() has been started.

2. A text field was visible in the UI, and the test was run under a
fuzzer that random tapped portions of the screen. Remove the text field
so that the fuzzer can't accidentally open the keyboard on its own at a
random time.

3. The keyboard was left open even after the app was closed. Also toggle
the input off when the app was closed, so that this test can be ran
multiple times in succession relatively hermetically.
2019-10-10 10:36:24 -07:00
..
automated_tests Updates packages (#41936) 2019-10-07 09:46:57 -07:00
benchmarks Updates packages (#41936) 2019-10-07 09:46:57 -07:00
bots Shard web tests; enable semantics tests on the Web (#42203) 2019-10-10 07:04:38 -07:00
ci Re-enable docs with new container (#34681) 2019-06-18 16:08:28 -07:00
customer_testing Reland "Integrate dwds into flutter tool for web support (#34252)" (#37649)" (#37650) 2019-08-05 16:51:57 -07:00
devicelab Ensure that flutter assets are copied in the AAR (#42306) 2019-10-09 16:29:20 -07:00
docs Adds DartPad option to the DartDoc snippet generator. (#39924) 2019-09-10 08:36:14 -07:00
integration_tests Partial deflaking of abstract_method_smoke_test (#42379) 2019-10-10 10:36:24 -07:00
manual_tests Revert ActivateAction PR (#41945) 2019-10-03 20:27:37 -07:00
missing_dependency_tests Retry remove package:test from flutter (#24007) 2018-11-06 10:48:34 -08:00
snippets Updates packages (#41936) 2019-10-07 09:46:57 -07:00
tools Keymap for Web (#41397) 2019-10-01 14:10:53 -07:00
README.md Update some READMEs under dev/. (#15712) 2018-03-19 16:41:36 -07:00

This directory contains tools and resources that the Flutter team uses during development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course they may be interesting if you are curious.