- 02 Mar, 2016 6 commits
-
-
Yegor authored
[engine] update to 3a48f9c90b6406b10d5a8a1897c147c71ccc59ba
-
Adam Barth authored
Switch Material Design icons to using the iconfont
-
yjbanov authored
-
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
-
Hans Muller authored
Added PopupMenuDivider, Divider Added a Divider class and replaced uses of DrawerDivider with it. Popup menus are now lists of PopupMenuEntry items. PopupMenuItem and PopupMenuDivider are PopupMenuEntry subclasses. PopupMenuDivider builds a Divider.
-
Hans Muller authored
-
- 01 Mar, 2016 23 commits
-
-
Adam Barth authored
Switch Newton over to using imports rather than parts
-
Adam Barth authored
Fixes #1355
-
Adam Barth authored
updateRenderObject() methods should use the .. pattern
-
Ian Hickson authored
Fix dump debugging tools
-
Ian Hickson authored
-
Hans Muller authored
Added ListItem.divideItems() - inserts "full bleed" dividers between items
-
Hans Muller authored
-
Adam Barth authored
Fixes #1381
-
Adam Barth authored
Update update_dart_sdk.sh
-
Noman authored
in china , appspot is blocked, but storage.googleapis.com can visited
-
Devon Carew authored
valdate project names in create
-
Adam Barth authored
Improve the error message when calling setState during build
-
Phil Quitslund authored
@override annotation cleanup.
-
Adam Barth authored
Now we produce an error message that explains why this operation isn't permitted by the framework. Fixes #1925
-
Devon Carew authored
-
pq authored
Added missing @override annotations (as per the `annotate_overrides` lint rule).
-
Adam Barth authored
Minor improvements to AnimationController
-
Adam Barth authored
Flutter --version can't handle detached HEAD
-
Adam Barth authored
* Makes repeat default to the lower and upper bounds * Makes animateTo handle unbounded ranges better * Improve the name of _TweenSimulation Fixes #2096 Fixes #2090 Fixes #2091
-
Yegor authored
[driver] add smoke driver test; find by tooltip; retry predicate
-
Yegor Jbanov authored
-
yjbanov authored
-
Adam Barth authored
Handle this error condition better and tweak some of the formating for the version string. Fixes #2162
-
- 29 Feb, 2016 9 commits
-
-
Ian Hickson authored
Point Stack users to CustomMultiChildLayout.
-
Hixie authored
-
Adam Barth authored
-
Adam Barth authored
Teach flutter logs to show only new logs
-
Matt Perry authored
Remove unused updater package.
-
Matt Perry authored
-
Adam Barth authored
After this patch, the flutter logs command on Android shows only log messages since the command was run. Previously, it showed historical logs, which was confusing. Fixes #2013
-
Hans Muller authored
Fixed a typo - Expland
-
Hans Muller authored
-
- 28 Feb, 2016 2 commits
-
-
Devon Carew authored
Show time deltas
-
Devon Carew authored
-