- 02 Feb, 2023 1 commit
-
-
Michael Goderbauer authored
* Make Flex,Row,Column const for real * dart fix --apply * fix snippets * fix integration test * add comment
-
- 31 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 21 Dec, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 29 Aug, 2022 1 commit
-
-
Greg Spencer authored
-
- 24 Jun, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 20 May, 2022 1 commit
-
-
Tong Mu authored
-
- 21 Jan, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 03 Sep, 2021 1 commit
-
-
Varun Kamani authored
-
- 30 Aug, 2021 1 commit
-
-
Kate Lovett authored
-
- 20 Aug, 2021 1 commit
-
-
nt4f04uNd authored
-
- 17 Jun, 2021 1 commit
-
-
chunhtai authored
* Adds label attributes * fix test * comments * list equal
-
- 02 Jun, 2021 1 commit
-
-
Anis Alibegić authored
-
- 28 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 01 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 24 Mar, 2021 1 commit
-
-
LongCatIsLooong authored
-
- 19 Mar, 2021 2 commits
-
-
Mouad Debbar authored
This reverts commit 8c44abc0.
-
LongCatIsLooong authored
-
- 04 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 11 Feb, 2021 1 commit
-
-
Sam Rawlins authored
-
- 04 Feb, 2021 1 commit
-
-
Ian Hickson authored
-
- 14 Oct, 2020 1 commit
-
-
HeavenOSK authored
* modify: add prefix `Alignment.` for toString of Alignment
-
- 13 Oct, 2020 1 commit
-
-
Kate Lovett authored
-
- 08 Oct, 2020 1 commit
-
-
Kate Lovett authored
-
- 15 Sep, 2020 1 commit
-
-
Yuqian Li authored
This follows https://github.com/flutter/flutter/pull/59364 and cl/319911104 FittedBox is still default to hardEdge clip as new FittedBox is added to Google very quickly. Let's first roll other part of changes into Google first.
-
- 31 Aug, 2020 1 commit
-
-
Chris Bracken authored
Flutter's `moreOrLessEquals` has a few advantages over `closeTo` from the `matcher` package: * It emits the epsilon value in the test result on failure. * It uses a named parameter for epsilon, which improves readability at the call site. * It has a reasonable default for epsilon in cases where something more specific isn't required. Using it also has the nice property that it aids in its own discovery when when people go looking for such functionality in new tests. This change also includes a couple unrelated whitespace formatting cleanups.
-
- 25 Aug, 2020 2 commits
-
-
LongCatIsLooong authored
This reverts commit 0ab5ecc8.
-
LongCatIsLooong authored
-
- 04 Aug, 2020 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 28 Jul, 2020 1 commit
-
-
Kate Lovett authored
-
- 09 Jul, 2020 1 commit
-
-
Kate Lovett authored
-
- 07 Jul, 2020 1 commit
-
-
Tong Mu authored
-
- 17 Jun, 2020 1 commit
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
- 31 May, 2020 1 commit
-
-
Mehmet Fidanboylu authored
This reverts commit cd593dae.
-
- 29 May, 2020 1 commit
-
-
liyuqian authored
* Add clipBehavior to RenderFlex * Add clipBehavior to FittedBox * Add clipBehavior to Flex and FittedBox * Add clipBehavior to UnconstrainedBox * Add clipBehavior to Stack and Wrap * Add clipBehavior to TextEditable * Add clipBehavior to ListWheelScrollView * Add clipBehavior to SingleChildScrollView * Add clipBehavior to RenderViewportBase's widgets Those widgets are NestedScrollView and ShrinkWrappingViewport. * Fix tests * Remove enum Overflow and fix typo * Remove clipToSize * Analyze fix * Remove Mixin and other small fixes * Fix tests and respect Stack's default clipBehavior * Add Overflow back to make it non-breaking * Restore clipBehavior to make it non-breaking * Small fixes * Fix rebase
-