- 15 May, 2017 1 commit
-
-
Jason Simmons authored
-
- 12 May, 2017 1 commit
-
-
- 21 Apr, 2017 1 commit
-
-
Alexandre Ardhuin authored
* make @immutable const * fix build
-
- 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
-
- 08 Apr, 2017 1 commit
-
-
Ian Hickson authored
The stocks routing table is a clearer example of how to do this. People know to look at the gallery, but don't think to look at the stocks version. This points them from the former to the latter.
-
- 21 Mar, 2017 1 commit
-
-
Alexandre Ardhuin authored
* use color.shadeXxx instead of color[Xxx] * remove calls to .shade500 on MaterialColor * remove calls to .shade200 on MaterialAccentColor * fix test
-
- 23 Feb, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 18 Feb, 2017 1 commit
-
-
Ian Hickson authored
-
- 02 Feb, 2017 1 commit
-
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/5066
-
- 30 Nov, 2016 1 commit
-
-
Collin Jackson authored
-
- 19 Nov, 2016 1 commit
-
-
Ian Hickson authored
-
- 09 Nov, 2016 1 commit
-
-
Chinmay Garde authored
-
- 19 Oct, 2016 1 commit
-
-
Ian Hickson authored
-
- 29 Aug, 2016 1 commit
-
-
Hans Muller authored
-
- 25 Aug, 2016 1 commit
-
-
Hans Muller authored
-
- 24 Aug, 2016 2 commits
-
-
Collin Jackson authored
-
Collin Jackson authored
Add update dialog to gallery, open source part of #4626
-
- 23 Aug, 2016 1 commit
-
-
Hans Muller authored
-
- 04 Aug, 2016 1 commit
-
-
Hans Muller authored
-
- 17 Jun, 2016 1 commit
-
-
Hans Muller authored
-
- 13 Jun, 2016 3 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
Adam Barth authored
This patch is a warmup to improving the visuals in the calculator demo. Related to #4535
-
- 07 Jun, 2016 1 commit
-
-
Todd Volkert authored
Fixes 3544
-
- 04 Jun, 2016 1 commit
-
-
Ian Hickson authored
Turns out we have the same demo in the "Buttons" section now. We don't need both.
-
- 03 Jun, 2016 2 commits
-
-
Matt Perry authored
* Pesto demo for the Flutter Gallery app. * pesto.special.case
-
Hans Muller authored
-
- 02 Jun, 2016 3 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
Adam Barth authored
This demo burns battery continuously even when there's no change to the visual appearance. This patch removes this demo to avoid giving the impression that Flutter burns battery. Related to #4120
-
- 23 May, 2016 1 commit
-
-
Devon Carew authored
-
- 21 May, 2016 1 commit
-
-
Ian Hickson authored
-
- 09 May, 2016 1 commit
-
-
Hans Muller authored
-
- 04 May, 2016 1 commit
-
-
Hans Muller authored
* Gallery demo start-time performance test
-
- 27 Apr, 2016 1 commit
-
-
Devon Carew authored
* move the material_gallery/demos.dart script * rename all_demos.dart to all.dart
-
- 21 Apr, 2016 1 commit
-
-
Adam Barth authored
Use the route table to generate the list of screens to test in the smoke test.
-
- 20 Apr, 2016 1 commit
-
-
Ian Hickson authored
The 'routes' table is a point of confusion with new developers. By providing a 'home' argument that sets the '/' route, we can delay the point at which we teach developers about 'routes' until the point where they want to have a second route.
-
- 12 Apr, 2016 1 commit
-
-
Eric Seidel authored
-
- 04 Apr, 2016 1 commit
-
-
Ian Hickson authored
Using .of() to call mutating setters is not great practice since it ties parts of the app together in ways that prevent reuse and composition. Since people are now using the gallery app to copy from, let's use the better practice of using callbacks.
-
- 25 Mar, 2016 1 commit
-
-
Viktor Lidholt authored
-