- 25 Jun, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 18 Jun, 2019 1 commit
-
-
Kate Lovett authored
* Splitting golden file versioning out as an argument of matchesGoldenFile * Fixing description implementation. * Removing unused imports * Removing unused import * Review feedback
-
- 13 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 06 Jun, 2019 1 commit
-
-
Kate Lovett authored
-
- 03 Jun, 2019 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit d92b3b40.
-
Jonah Williams authored
-
- 25 May, 2019 1 commit
-
-
Chris Bracken authored
Corects a bnuch of typeos throuhgout teh Fluter codebsae. Made use of the `misspell` tool: https://github.com/client9/misspell
-
- 15 May, 2019 1 commit
-
-
MH Johnson authored
-
- 10 May, 2019 1 commit
-
-
Kate Lovett authored
Revert "Merge branch 'master' into master" This reverts commit e3a03c04, reversing changes made to 64749826.
-
- 06 May, 2019 1 commit
-
-
Antti Ahti authored
Code indentation was done with tabs in some places. Replaced with spaces.
-
- 02 May, 2019 1 commit
-
-
MH Johnson authored
* add text style params * add icon theme params * Added tests
-
- 25 Apr, 2019 1 commit
-
-
Kate Lovett authored
-
- 24 Apr, 2019 1 commit
-
-
Kate Lovett authored
-
- 07 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* fix indentof statements in BlockFunctionBody * fix indentof statements in BlockFunctionBody in tests
-
- 01 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
- 22 Feb, 2019 1 commit
-
-
Hans Muller authored
-
- 07 Nov, 2018 1 commit
-
-
Michael Beckler authored
Should fix #22226. Code introduced in #20890 caused a regression that broke color flooding animations in a BottomNavigationBar that has BottomNavigationBarType.shifting. The original issue (#19653) dealt with background color changes not occurring until another tab was selected. The result is that the background color instantly changes whenever the state changes and when the widget changes, instead of allowing a new widget to animate the background color change.
-
- 12 Oct, 2018 1 commit
-
-
Artur Rymarz authored
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 22 Aug, 2018 2 commits
-
-
liyuqian authored
This fixes #20483 by letting InkWell do its own clipping. PathOp.intersect is not used because we have too many unit tests that rely on clipping (e.g., paints..clipXXX()..drawCircle()) The goldens are updated due to small AA changes of the additional clipPath.
-
Hans Muller authored
BottomNavigationBar's state needs to update _backgroundColor when its configuration changes.
-
- 02 Aug, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 31 Jul, 2018 1 commit
-
-
Jonah Williams authored
-
- 27 Jul, 2018 1 commit
-
-
Todd Volkert authored
It was causing problems rolling Flutter into Fuchsia
-
- 26 Jul, 2018 1 commit
-
-
Jonah Williams authored
-
- 23 Jul, 2018 1 commit
-
-
Alexandre Ardhuin authored
* re-enable lint unnecessary_const * remove trailling whitespaces * remove unnecessary const (after merge)
-
- 16 Jul, 2018 2 commits
-
-
Ian Hickson authored
This reverts commit cc1cf13e.
-
Alexandre Ardhuin authored
-
- 09 Jul, 2018 1 commit
-
-
Hans Muller authored
-
- 07 Jun, 2018 1 commit
-
-
Jonah Williams authored
-
- 03 May, 2018 1 commit
-
-
Konstantin Scheglov authored
-
- 25 Apr, 2018 1 commit
-
-
Yegor authored
* Set text direction in semantics along with Directionality * update tests for the extra SemanticsNode
-
- 23 Apr, 2018 1 commit
-
-
Yegor authored
New a11y traversal: - sort direct sibling SemanticsNodes only - use new sorting algorithm - implement RTL - test semantics in traversal order by default - add AppBar traversal test - breaking: remove nextNodeId/previousNodeId from the framework - breaking: remove DebugSemanticsDumpOrder.geometricOrder
-
- 19 Mar, 2018 1 commit
-
-
Yegor authored
* a11y: remove SemanticsSortOrder; sort locally only; semanticsOwner post-test check * update accessibility test framework - default nextNodeId/previousNodeId to -1 - stop treating null as opt-out from value testing - add `id`, `TestSemantics.root`, and `tags` to the suggested code in the TestSemantics failure message - fix a small bug with raw string escaping - update all tests accordingly * fix sortKey doc * prefer const over final
-
- 10 Mar, 2018 1 commit
-
- 06 Mar, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 11 Jan, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 08 Dec, 2017 1 commit
-
-
Chris Bracken authored
Updates scaffold to expose bottom padding to the associated BottonNavigationBar (if present). BottomNavigationBar is now responsible for adjusting itself to account for bottom padding. This change is necessary to support the updated BottomNavigationBar layout for the iPhone X.
-
- 23 Nov, 2017 1 commit
-
-
Ian Hickson authored
-