- 09 Nov, 2019 1 commit
-
-
Ian Hickson authored
-
- 11 Oct, 2019 1 commit
-
-
Michael Klimushyn authored
The flake appears to be coming from the Google Maps plugin. This test just needs a platform view plugin without the interface method implemented in general, not Maps specifically. Update it here to avoid the issue in Maps until that's fixed. Create a very simple platform view implementation that exercises this potential bug in order to create a minimal test case with less risk of causing second order issues like depending on any kind of full package would cause.
-
- 10 Oct, 2019 1 commit
-
-
Michael Klimushyn authored
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.
-
- 07 Oct, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 26 Sep, 2019 1 commit
-
-
Emmanuel Garcia authored
-