- 01 Nov, 2016 1 commit
-
-
Adam Barth authored
Previously we weren't using all the different weights of the font.
-
- 05 Aug, 2016 1 commit
-
-
Hans Muller authored
-
- 04 Aug, 2016 1 commit
-
-
Hans Muller authored
-
- 26 Jul, 2016 1 commit
-
-
Adam Barth authored
-
- 16 Jun, 2016 1 commit
-
-
Hans Muller authored
-
- 13 Jun, 2016 2 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
- 08 Jun, 2016 1 commit
-
-
Matt Perry authored
Also update the assets version to pull in better quality logo images. BUG=https://github.com/flutter/flutter/issues/4407
-
- 03 Jun, 2016 2 commits
-
-
Matt Perry authored
* Pesto demo for the Flutter Gallery app. * pesto.special.case
-
Hans Muller authored
-
- 02 Jun, 2016 2 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
- 09 May, 2016 1 commit
-
-
Hans Muller authored
-
- 22 Apr, 2016 1 commit
-
-
Viktor Lidholt authored
* Adds NineSliceSprite and optimizes gallery front page
-
- 20 Apr, 2016 1 commit
-
-
Viktor Lidholt authored
* Gallery code snippets now analyzed
-
- 12 Apr, 2016 1 commit
-
-
Viktor Lidholt authored
-
- 30 Mar, 2016 1 commit
-
-
Viktor Lidholt authored
-
- 25 Mar, 2016 1 commit
-
-
Viktor Lidholt authored
-
- 02 Mar, 2016 1 commit
-
-
Adam Barth authored
Rather than managing all the Material Design icons manually, we now manage them using an icon font. The icon font contains glyphs for each icon in an efficient vector format. This patch updates the FLX tooling to include the MaterialIcons font and updates the Icon widget to use the font instead of asset images. Fixes #2313 Fixes #2218 Fixes #2009 Fixes #994
-
- 26 Feb, 2016 1 commit
-
-
Hans Muller authored
-
- 23 Feb, 2016 1 commit
-
-
Hans Muller authored
-
- 18 Feb, 2016 1 commit
-
-
Hans Muller authored
-
- 16 Feb, 2016 1 commit
-
-
Viktor Lidholt authored
-
- 11 Feb, 2016 2 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
- 05 Feb, 2016 1 commit
-
-
Hans Muller authored
-
- 04 Feb, 2016 1 commit
-
-
Hans Muller authored
-
- 03 Feb, 2016 1 commit
-
-
Viktor Lidholt authored
-
- 22 Jan, 2016 1 commit
-
-
Hans Muller authored
-
- 20 Jan, 2016 1 commit
-
-
Hans Muller authored
-
- 12 Jan, 2016 1 commit
-
-
Hans Muller authored
-
- 07 Jan, 2016 1 commit
-
-
Hans Muller authored
-
- 17 Dec, 2015 1 commit
-
-
Eric Seidel authored
@abarth @hixie
-
- 16 Dec, 2015 1 commit
-
-
Hans Muller authored
-
- 30 Nov, 2015 1 commit
-
-
Hans Muller authored
The TabBar's selection is now represented by a TabBarSelection object which encapsulates both the previous and currently selected indices and the Performance used to animate the selection indicator. Added a TabBarView class which displays a tab's contents. It uses a shared TabBarSelection to stay in sync with a TabBar. The TabBarView scrolls in sync with the TabBar when the selection changes. Eventually it will allow one to fling the selection forward or backwards. Added a tabBar property to ToolBar. Typically the corresponding TabBarView will be the body of the toolbar's Scaffold. Removed TabNavigatorView and TabNavigator. Added a widget gallery tabs demo page. Removed the old tabs demo.
-
- 25 Nov, 2015 1 commit
-
-
Devon Carew authored
-
- 23 Nov, 2015 2 commits
-
-
Adam Barth authored
-
Adam Barth authored
http://www.google.com/design/spec/components/chips.html#chips-behavior This patch adds support for deletable and non-deleteable chips, but doesn't yet add support for contact chips. Also, demo the chips in a new Material Gallery app that will let us demo our gallery of widgets in a single app.
-