- 09 Sep, 2020 1 commit
-
-
Anatoly Pulyaevskiy authored
-
- 08 Sep, 2020 1 commit
-
-
Ian Hickson authored
This allows us to rationalize the nullability of some of our APIs. Prior to this we'd end up in a situation where Container assumed that getClipPath would be non-null but Decoration was ok with return null.
-
- 31 Aug, 2020 1 commit
-
-
Dan Field authored
b/150295238 has been resolved for a while now.
-
- 28 Aug, 2020 1 commit
-
-
Paul Berry authored
-
- 27 Aug, 2020 1 commit
-
-
Ian Hickson authored
-
- 21 Aug, 2020 2 commits
-
-
Ian Hickson authored
-
timekone authored
-
- 20 Aug, 2020 1 commit
-
-
Paul Berry authored
-
- 14 Aug, 2020 3 commits
-
-
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.
-
Michael Goderbauer authored
-
Alexandre Ardhuin authored
* migrate painting to nullsafety * address review comments
-
- 13 Aug, 2020 2 commits
-
-
Paul Berry authored
-
Haeseok Lee authored
-
- 12 Aug, 2020 2 commits
-
-
Alexandre Ardhuin authored
-
Jonah Williams authored
-
- 11 Aug, 2020 3 commits
-
-
Filip Hracek authored
-
Alexandre Ardhuin authored
-
Rustom Ichhaporia authored
-
- 06 Aug, 2020 2 commits
-
-
Nolan Scobie authored
* Add punctuation for unterminated sentences in doc comments * Addressing review nit
-
Ayaan Khan authored
-
- 04 Aug, 2020 4 commits
-
-
Michael Goderbauer authored
-
LongCatIsLooong authored
-
Michael Goderbauer authored
This reverts commit 4518a72f.
-
Alexandre Ardhuin authored
* migrate part of painting to nullsafety * address review comments * address review comment
-
- 30 Jul, 2020 1 commit
-
-
Juyeong Lee authored
-
- 29 Jul, 2020 2 commits
-
-
Michael Goderbauer authored
-
Todd Volkert authored
This removes the (now unused) `invertMeaningOfVerticalAndHorizontal` flag. Fixes https://github.com/flutter/flutter/issues/61470
-
- 28 Jul, 2020 3 commits
-
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
- 23 Jul, 2020 1 commit
-
-
LongCatIsLooong authored
-
- 17 Jul, 2020 1 commit
-
-
Todd Volkert authored
This updates the default value of the `invertMeaningOfVerticalAndHorizontal` argument from true to false. https://github.com/flutter/flutter/issues/61470
-
- 16 Jul, 2020 1 commit
-
-
Bogdan Lukin authored
-
- 14 Jul, 2020 2 commits
-
-
Todd Volkert authored
-
Todd Volkert authored
-
- 13 Jul, 2020 1 commit
-
-
Dan Field authored
* Optionally invert oversized images
-
- 08 Jul, 2020 1 commit
-
-
Kate Lovett authored
-
- 26 Jun, 2020 2 commits
- 24 Jun, 2020 1 commit
-
-
Justin McCandless authored
-