- 19 Aug, 2020 32 commits
-
-
Greg Spencer authored
This standardizes the handling of nullability for the LogicalKeyboardKey.keyLabel and RawKeyEventData.keyLabel accessors so that they are non-nullable, but can be empty. Before this change, the keyLabel could be either null or an empty string to indicate that there wasn't a label, which makes it harder to test for, since both need to be checked for. Since an empty string is sufficient, there is no need for it to be nullable. Also, in raw_keyboard.dart, the web and Windows implementations wouldn't accept null values for parameters in the Map coming from the message, but tests were supplying null for some of them. This makes web and Windows creation of events match the other platforms, and makes the migration of tests to non-nullability easier.
-
Jonah Williams authored
Like Android/iOS, only enable --null-assertions if asked. Previously this was enabled by default for web, but in general this has proved to be too breaking to enable by default. #61042
-
Tong Wu authored
-
Jonah Williams authored
Attempt to simplify the Android SDK interface ahead of refactoring it. The locateAndroidSdk static method is called at startup to locate the android SDK, returning null if it cannot be found. These helper methods attempted to first look up the AndroidSDK if it was already null - which could only cover the case where someone installed the Android SDK while flutter was running (possibly through an IDE)
-
Zachary Anderson authored
-
Justin McCandless authored
-
engine-flutter-autoroll authored
-
Darren Austin authored
-
Mouad Debbar authored
-
Rami authored
-
Yuqian Li authored
-
Jonah Williams authored
Reland of acdb909f with fixes to semantics.dart #61042
-
Yuqian Li authored
These tests look quite stable for the last 10 runs.
-
engine-flutter-autoroll authored
-
Masayuki Ono (mono) authored
-
Tong Wu authored
-
Jonah Williams authored
-
Rami authored
-
LongCatIsLooong authored
-
Justin McCandless authored
-
godofredoc authored
Bug: https://github.com/flutter/flutter/issues/64121
-
Michael Goderbauer authored
-
Jenn Magder authored
This reverts commit acdb909f.
-
Tong Wu authored
-
Michael Goderbauer authored
-
Jonah Williams authored
-
xster authored
-
Michael Goderbauer authored
-
Jenn Magder authored
-
Ming Lyu (CareF) authored
-
godofredoc authored
-
Jonah Williams authored
-
- 18 Aug, 2020 8 commits
-
-
Jonah Williams authored
-
Ian Hickson authored
-
Greg Spencer authored
Focus will be moved automatically if onEditingComplete is not specified, but must by moved manually if onEditingComplete is specified.
-
Mehmet Fidanboylu authored
This reverts commit 1de673bc.
-
Mehmet Fidanboylu authored
Revert "Prevent viewport.showOnScreen from scrolling the viewport if the specified Rect is already visible. (#56413)" (#64091) This reverts commit 64d76f2f.
-
Jonah Williams authored
Also output covered | total lines, and a summary percentage at the end + Kick tree
-
Alexander Aprelev authored
-
Mehmet Fidanboylu authored
This reverts commit 72619b86.
-