- 08 Oct, 2020 8 commits
-
-
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 32 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.
-
Justin McCandless authored
Errors that happen in user-defined callbacks (like onChanged) will now make it to the console.
-
Markus Aksli authored
-
Juyeong Lee authored
-
Ian Hickson authored
-
Michael Goderbauer authored
-
YeungKC authored
-
Tong Mu authored
-
Jonah Williams authored
There have been some more additional reports of a missing 'package:characters' import after upgrading flutter, as well as problems with detecting the correct language version. This has me concerned that our pub caching logic is incorrect. Instead of the tool attempting to guess when pub should be run, always delegate to pub.
-
Daniel Iglesia authored
-
Michael Goderbauer authored
-
Michael Goderbauer authored
This reverts commit 2462f696.
-
Michael Goderbauer authored
-
Darren Austin authored
Migrate framework tests for rendering, semantics, widgets to null safety.
-
Michael Goderbauer authored
-
Andre authored
* Add transformAlignment and clipBehavior to AnimatedContainer, make Container.transformAlignment an AlignmentGeometry. * Add clipBehavior test * Fix comment * Clarify clipBehavior animation
-
Jenn Magder authored
-
Jonah Williams authored
Woops, this is breaking Dart's golem benchmarks
-
Janice Collins authored
-
Jonah Williams authored
Split from #66776 Even if pub does not change the packge_config contents, it will still update a timestamp in one of the fields. This causes unnecessary rebuilds. To fix this, generate an additional file when running pub get that only contains the relevant fields and then update the KernelSnapshot rule to depend on it only.
-
Hans Muller authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Alexandre Ardhuin authored
-