- 20 Jun, 2017 1 commit
-
-
Michael Goderbauer authored
Remaining known issues are #10831 and #10830.
-
- 08 Jun, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Jun, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 16 May, 2017 1 commit
-
-
stevemessick authored
-
- 03 May, 2017 1 commit
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/9342
-
- 27 Apr, 2017 1 commit
-
-
Ian Hickson authored
backgroundColor -> color backgroundImage -> image BackgroundImage -> DecorationImage
-
- 25 Apr, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 23 Apr, 2017 1 commit
-
-
Alexandre Ardhuin authored
* more widget const constructors * prefer const constructors * address review comments
-
- 21 Apr, 2017 1 commit
-
-
Alexandre Ardhuin authored
* make @immutable const * fix build
-
- 20 Apr, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 11 Apr, 2017 1 commit
-
-
xster authored
Rename State.config to State.widget Rename State.didUpdateConfig to State.didUpdateWidget Renamed all State subclasses' local variables named config to something else
-
- 07 Apr, 2017 1 commit
-
-
Ian Hickson authored
Aggressively apply the const lint.
-
- 31 Mar, 2017 1 commit
-
-
Alexandre Ardhuin authored
* add @required when there's an assert not null * address review comments
-
- 27 Mar, 2017 1 commit
-
-
Hans Muller authored
-
- 20 Mar, 2017 1 commit
-
-
Adam Barth authored
Fixes #8235
-
- 17 Mar, 2017 1 commit
-
-
Adam Barth authored
This machinery is useful for arbitrary boxes (e.g., with FittedBox). Fixes #6463
-
- 15 Mar, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 14 Mar, 2017 2 commits
-
-
Adam Barth authored
The new name follows the pattern of the name suggesting which layout protocol the parent expects the child to speak. Fixes #8664
-
Hans Muller authored
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 02 Mar, 2017 2 commits
-
-
Alexandre Ardhuin authored
-
Ian Hickson authored
This happens when, for instance, you go back then forward quickly.
-
- 21 Feb, 2017 2 commits
-
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
Fixes #7734
-
- 17 Feb, 2017 1 commit
-
-
Adam Barth authored
Rename all the "2" classes related to scrolling to remove the "2". Now that the old scrolling code is gone, we don't need to use the suffix.
-
- 12 Feb, 2017 1 commit
-
-
Adam Barth authored
Clients should use ListView instead.
-
- 09 Feb, 2017 1 commit
-
-
Ian Hickson authored
Move the back button and drawer opening logic into the app bar. Move the tap-status-bar-to-scroll-to-top logic to using ScrollControllers. Provide a PrimaryScrollController and a `primary` flag on scroll views. Make it possible to track when a route becomes or stops being poppable.
-
- 05 Feb, 2017 1 commit
-
-
Adam Barth authored
This patch converts the Shrine home page to using a sliver-based grid. This required using a CustomScrollView to mix the block at the top with the grid below.
-
- 04 Feb, 2017 1 commit
-
-
Adam Barth authored
Also, use CustomScrollView in Shrine and fix a bug with one-line grids not painting properly due to their reporiting zero paintExtent.
-
- 22 Jan, 2017 1 commit
-
-
Ian Hickson authored
-
- 30 Nov, 2016 1 commit
-
-
Hans Muller authored
-
- 22 Nov, 2016 1 commit
-
-
Adam Barth authored
This patch replaces uses of Flexible with Expanded where we're using FlexFit.tight. We still need to think of a better name for the FlexFit.loose variant. Also, improve the docs for Row, Column, Flex, and RenderFlex to be more problem-oriented and to give a complete account of the layout algorithn. Fixes #6960 Fixes #5169
-
- 14 Oct, 2016 1 commit
-
-
Adam Barth authored
These futures complete when the route is popped off the navigator. This generalizes and simplifies a mechanism already in place for dialogs and menus. Fixes #5283
-
- 16 Sep, 2016 2 commits
-
-
Dragoș Tiselice authored
Fixes #4713.
-
Dragoș Tiselice authored
Fixes #3208.
-
- 19 Aug, 2016 1 commit
-
-
Hans Muller authored
-
- 16 Aug, 2016 1 commit
-
-
Hans Muller authored
-
- 15 Aug, 2016 1 commit
-
-
Hans Muller authored
* Removed unnecessary Shrine hero logic
-
- 08 Aug, 2016 1 commit
-
-
Matt Perry authored
* Shrine tile height now hardcoded to match actual card size. * Animation demo now scales with screen size. BUG=https://github.com/flutter/flutter/issues/5002 BUG=https://github.com/flutter/flutter/issues/5003
-
- 05 Aug, 2016 1 commit
-
-
Hans Muller authored
-