- 18 Dec, 2020 4 commits
-
-
Abhishek Ghaskata authored
-
Todd Volkert authored
Fixes https://github.com/flutter/flutter/issues/71972
-
keyonghan authored
* remove flaky flag * remove from manifest * fix test
-
J-P Nurmi authored
selectionEnabled was not taken into account in: key movement handling in RenderEditable mouse drag handling in TextSelectionGestureDetectorBuilder
-
- 17 Dec, 2020 16 commits
-
-
Kate Lovett authored
-
Jenn Magder authored
-
Todd Volkert authored
Add a check that a pubspec file exists before trying to read it.
-
Todd Volkert authored
-
Jenn Magder authored
-
Todd Volkert authored
-
Jenn Magder authored
-
Paul Berry authored
Fix flutter in preparation for implementing Dart's "Infer non-nullability from local boolean variables" (#72494) When https://github.com/dart-lang/language/issues/1274 (Infer non-nullability from local boolean variables) is implemented, flow analysis will detect that code like this no longer needs to perform a null check: final bool contextIsValid = focus != null && focus.context != null; ... if (contextIsValid) { ... focus! ... // Null check unnecessary } To avoid a build failure due to the unnecessary null check, we need to temporarily write it in a way that we can ignore it. Once the feature is complete and rolled into flutter, I'll remove the null check entirely.
-
Kate Lovett authored
-
Hans Muller authored
-
Jenn Magder authored
-
Ming Lyu (CareF) authored
-
engine-flutter-autoroll authored
-
Hans Muller authored
-
creativecreatorormaybenot authored
-
Yuqian Li authored
-
- 16 Dec, 2020 20 commits
-
-
engine-flutter-autoroll authored
6edb402ee Roll Skia from f52a8112909c to 632a23afa487 (10 revisions) (flutter/engine#23112) (#72470)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
keyonghan authored
-
xster authored
-
Jenn Magder authored
This reverts commit 84a7a611.
-
engine-flutter-autoroll authored
-
Sam Rawlins authored
-
xster authored
-
Michael Goderbauer authored
-
Sam Rawlins authored
-
RomanJos authored
InteractiveViewer scale gesture feel improvement.
-
keyonghan authored
-
Yash Johri authored
-
Yash Johri authored
-
voobel authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-