- 08 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 02 Jan, 2020 1 commit
-
-
Francisco Magdaleno authored
This reverts commit e46671f3.
-
- 23 Dec, 2019 1 commit
-
-
Francisco Magdaleno authored
* Revert "Add visual density to the gallery options (#46090)" This reverts commit 924efae9. * Revert "fix analysis (#47594)" This reverts commit 49c78459.
-
- 21 Dec, 2019 1 commit
-
-
Greg Spencer authored
This PR adds an option to the gallery options that sets the visual density to one of "standard" (the default), "comfortable", or "compact".
-
- 12 Dec, 2019 1 commit
-
-
Jonah Williams authored
[flutter_tool][gallery] Standardize target platform override behavior in tool and update flutter gallery to support it (#46206)
-
- 05 Dec, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 22 Jul, 2019 1 commit
-
-
Darren Austin authored
Made the Flutter Gallery use the new ThemeMode property so that it can use the system's dark/light mode setting by default.
-
- 11 Jan, 2019 1 commit
-
-
xster authored
-
- 22 Dec, 2018 1 commit
-
-
Hans Muller authored
-
- 19 Dec, 2018 1 commit
-
-
xster authored
-
- 19 Nov, 2018 2 commits
-
-
Hans Muller authored
This reverts commit 4ec8883b.
-
Hans Muller authored
-
- 08 Nov, 2018 1 commit
-
-
Ian Hickson authored
We have templates now.
-
- 02 Nov, 2018 3 commits
-
-
Hans Muller authored
This reverts commit 76a1abd4.
-
Hans Muller authored
-
Jonah Williams authored
This reverts commit 949cfcf1.
-
- 01 Nov, 2018 1 commit
-
-
Hans Muller authored
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 05 Jun, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 16 May, 2018 1 commit
-
-
Hans Muller authored
-
- 30 Apr, 2018 1 commit
-
-
Hans Muller authored
-
- 27 Apr, 2018 1 commit
-
-
Hans Muller authored
-
- 26 Apr, 2018 1 commit
-
-
Hans Muller authored
* Revert "New Flutter Gallery UI (#16936)" This reverts commit 7038597b.
-
- 25 Apr, 2018 1 commit
-
-
Hans Muller authored
A new front-end for the Flutter Gallery example.
-
- 22 Mar, 2018 1 commit
-
-
Ian Hickson authored
This is not a grand refactor yet, it's just cleaning up what we have already, so that people who keep using this API (e.g. dialogs) have something coherent to deal with. The major changes are that Navigator and NavigatorState have the same API now, that most of the examples use `<void>` instead of `<Null>`, that the navigator observer can see replaces, and that the `settings` is moved from ModalRoute to Route. I also cleaned up some of the API documentation.
-
- 14 Mar, 2018 1 commit
-
-
Hans Muller authored
-
- 02 Feb, 2018 1 commit
-
-
Ian Hickson authored
For example, so that the gallery can override the media query globally.
-
- 21 Dec, 2017 1 commit
-
-
Leaf Petersen authored
Small code changes as part of moving the framework SDK forward to a 2.0 dev version.
-
- 17 Nov, 2017 1 commit
-
-
Ian Hickson authored
This fixes DropdownButtons to align their popups correctly in RTL as well. Also while I was there I fixed the issue with text scale factor in the gallery.
-
- 03 Nov, 2017 1 commit
-
-
xster authored
* Built first tab * Small additions * started tab 3 * Need color arithmetics * tab 2 built * finalize * lint and tests * review * Reapply docs after rebase * use color.computeLuminance * linter * nit
-
- 14 Oct, 2017 1 commit
-
-
Greg Spencer authored
This lets us preview widgets in the gallery using small, normal, large, and HUGE text. Added selections to the main drawer for these options. Defaults to "normal", obviously.
-
- 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
-