- 08 Oct, 2020 32 commits
-
-
Michael Goderbauer authored
-
Jonah Williams authored
Revert "Flutter Driver - Create widget finders from serialized finders extensions (#67456)" (#67687) This reverts commit 74f6fa45.
-
Marcin Jeleński authored
-
chunhtai authored
-
Jonah Williams authored
-
Jason Simmons authored
-
Greg Spencer authored
This converts the packages/flutter/test/services directory to NNBD, now that the services package is converted. I changed the signature of checkMessageHandler and checkMockMessageHandler on BinaryMessenger to take a nullable handler, since the tests wanted to check to make sure a handler wasn't set, and that functionality no longer works if the handler is non-nullable.
-
Jonah Williams authored
* [flutter_tools] enable LocalDevFSWriter for desktop devices, iOS simulator * Update device.dart * Update desktop_device_test.dart * fix analysis errors
-
Christopher Fujino authored
We used to use zip to verify the integrity of downloaded zip archives, but we now use unzip. This removes the .zip method from OperatingSystemUtils.
-
Justin McCandless authored
-
Alexandre Ardhuin authored
-
nero authored
-
Jonah Williams authored
Remove global variables from compile.dart and devices.dart (except for dds which needs more changes). #47161
-
Jonah Williams authored
-
Yuqian Li authored
Fixes https://github.com/flutter/flutter/issues/67343
-
Yuqian Li authored
-
Kate Lovett authored
-
Alexandre Ardhuin authored
-
Yuqian Li authored
-
Ayush Bherwani authored
* adds titleSpacing in AppBarTheme Co-authored-by: Shi-Hao Hong <shihaohong@google.com>
-
LongCatIsLooong authored
Reland "Add CompositedTransformFollower.{followerAnchor, leaderAnchor} for custom anchoring (#64930)" (#65871) (#65884)
-
Michael Goderbauer authored
-
Justin McCandless authored
Just converting some test files to NNBD
-
Anthony authored
-
Alexandre Ardhuin authored
* enable null_check_on_nullable_type_parameter and tighten_type_of_initializing_formals * fix CI
-
Alexandre Ardhuin authored
-
Yegor authored
Work around the glibc bug that causes rare Chrome crashes
-
engine-flutter-autoroll authored
-
Yegor authored
-
Dan Field authored
-
Michael Goderbauer authored
-
Kate Lovett authored
-
- 07 Oct, 2020 8 commits
-
-
Darren Austin authored
Migrate Material framework tests to null safety.
-
Casey Hillers authored
-
Chris Bracken authored
When setting the TextSelection in a TextEditingController, preserve the composing range so long as the new selection is: * a collapsed selection; in other words, a cursor rather than a selection with an extent. A selection with an extent is not permitted when composing. * within the composing region. Moving the cursor outside the composing region ends composing mode. When using physical keyboards for input with an IME, users expect to be able to navigate using the cursor within the composing region with the arrow keys in order to edit text in the composing range. As an example, a user might erroneously enter the composing text にほんごにゅうろく in kana, then hit the left arrow, followed by backspace in order to delete the ろ, then input りょ in order to generate the correct composing text にほんごにゅうりょく, before then hitting the conversion key to convert to the kanji text 日本語入力 and commit.
-
Kate Lovett authored
-
Ayush Bherwani authored
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit 76cbc462.
-
Jonah Williams authored
This reverts commit 2e419ff7.
-