- 17 Aug, 2020 3 commits
-
-
Jonah Williams authored
This reverts commit b2c0970a.
-
Jonah Williams authored
This reverts commit b1c17313.
-
zichangg authored
-
- 16 Aug, 2020 1 commit
-
-
engine-flutter-autoroll authored
-
- 15 Aug, 2020 4 commits
-
-
Tong Wu authored
-
Ming Lyu (CareF) authored
-
Dan Field authored
-
Remi Rousselet authored
-
- 14 Aug, 2020 19 commits
-
-
Tong Wu authored
-
Konstantin Scheglov authored
-
LongCatIsLooong authored
Prevent viewport.showOnScreen from scrolling the viewport if the specified Rect is already visible. (#56413)
-
Ming Lyu (CareF) authored
* report failure for semantics test * bug fix
-
Nolan Scobie authored
-
Zachary Anderson authored
-
Paul Berry authored
Now that https://github.com/dart-lang/sdk/issues/41985 is fixed, the analyzer detects dead code due to "unnecessary" null checks. Since we want to retain null checks in Flutter even when they appear unnecessary (in order to preserve runtime behavior in weak mode), we need to suppress these dead code hints. Note that one assertion is removed by this PR (`heightFactor != null || (heightFactor == 1.0 && heightDelta == 0.0)`). This is because `heightFactor == 1.0 && heightDelta == 0.0` can only be true if `heightFactor != null`, so this assertion is equivalent to simply asserting that `heightFactor != null`, which is already asserted two lines above.
-
keyonghan authored
* add enabled flag * remove flaky flag for try builders * remove trailing space
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
Declan Woods authored
-
Juyeong Lee authored
-
Rami authored
-
Alexandre Ardhuin authored
* migrate painting to nullsafety * address review comments
-
godofredoc authored
* Remove hostonly_tests from cirrus as they are now running on LUCI. Bug: https://github.com/flutter/flutter/issues/63242 * Remove templates add framework tests for linux back.
-
godofredoc authored
-
MH Johnson authored
-
stuartmorgan authored
-
godofredoc authored
-
- 13 Aug, 2020 13 commits
-
-
Wikiwix authored
* Fix sort indicator for DataTables As per material spec ascending order should be shown via an upward arrow This commit changes the displayed arrows accordingly. * Test sort indicator orientation in DataTable
-
Yuqian Li authored
These widgets are missing from https://github.com/flutter/flutter/pull/59364 With this change, developers can use clipBehavior for https://github.com/flutter/flutter/issues/59424
-
Michael Goderbauer authored
-
Jonah Williams authored
Remove globals and testbed to simplify test cases, using the existing environment configuration. This is some pre-factoring work to make landing #63610 easier
-
renyou authored
-
Ming Lyu (CareF) authored
-
Paul Berry authored
-
godofredoc authored
-
Jonah Williams authored
This reverts commit c67eafa8.
-
LI DONGZE authored
* Add native stacktrace field for PlatformException * Mute the readValue check for stacktrace. * polish * Add unit test and further polish * Added more comments * remove unnecessary import * fill in stacktrace to JSONMethodCodec and fix tests * fix style * Fix format * Remove unnecessary TODO since not all explicitly declared errors have stacktrace in it from native side. * Handle case for exception without stacktrace on jsonMethodCodec * Add more unit tests * format test Co-authored-by: Ben Li <libe@google.com>
-
stuartmorgan authored
-
Nils Reichardt authored
-
Jonah Williams authored
-