- 03 Mar, 2016 1 commit
-
-
Adam Barth authored
This change brings in a new version of Mojo, which has improved Mozart interfaces.
-
- 02 Mar, 2016 22 commits
-
-
Ian Hickson authored
Hide icons in the accessibility tree.
-
Hixie authored
-
Adam Barth authored
Add "form" parameter to AnimationController forward and reverse
-
Eric Seidel authored
iOS Simulator: Attempt 'sideloading' the updated Flutter application if the application runner is already up
-
Devon Carew authored
clean the project names used for flutter create
-
Devon Carew authored
-
Adam Barth authored
Fixes #2324
-
Chinmay Garde authored
iOS Simulator: Attempt 'sideloading' the updated Flutter application if the application runner is already up * This makes the turnaround times < 2 seconds on the iOS simulator. * Also bumps the engine to use the new engine required to support the flags.
-
John McCutchan authored
Move Dart SDK to 1.15-dev.4 to support _embedder.yaml
-
John McCutchan authored
-
Adam Barth authored
Fix analyzer warning
-
Adam Barth authored
Remove IconThemeColor
-
Adam Barth authored
-
Adam Barth authored
This enum doesn't make sense anymore now that we can arbitrarily colorize icons. Instead, we just use a Color, which is both simpler and can be interpolated during animations. Fixes #1279
-
Ian Hickson authored
Convert LinearGradient and RadialGradient to fractional units
-
Hixie authored
Makes it easier to use without a SizeObserver
-
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 17 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
-