- 24 Aug, 2016 3 commits
-
-
Collin Jackson authored
Add update dialog to gallery, open source part of #4626
-
Chinmay Garde authored
`Process.start` seems to be escaping as needed.
-
Dan Rubel authored
* test flutter create project dart file is properly formatted * restore driver-test * cleanup lint warnings * address comment
-
- 23 Aug, 2016 7 commits
-
-
Jason Simmons authored
-
Ian Hickson authored
-
Hans Muller authored
-
Chris Bracken authored
Previously, `flutter build` products were emitted to build/ and only xcode build products were emitted to $SYMROOT.
-
Hans Muller authored
-
Yegor authored
-
Todd Volkert authored
-
- 22 Aug, 2016 6 commits
-
-
Chris Bracken authored
If the input test script contains a bad import, sky_shell will fail to execute main(), in which case a connection to /runner is never established and the _ServerInfo.socket never completes. This change works around this by issuing a request on /shutdown when sky_shell exits.
-
Devon Carew authored
* don't resolve symlinks as part of which * update method dartdoc
-
Jason Simmons authored
-
Dragoș Tiselice authored
Changed the ExpandIcon constructor to take a default expansion state. If the widget gets rebuilt with a different expansion value, the animation will trigger but the callback will not.
-
Hans Muller authored
-
Todd Volkert authored
-
- 20 Aug, 2016 1 commit
-
-
Hans Muller authored
-
- 19 Aug, 2016 10 commits
-
-
Jason Simmons authored
Do not throw when resolving a local engine if the .packages map does not include the flutter package (#5519)
-
Todd Volkert authored
-
Devon Carew authored
-
Hans Muller authored
-
Hans Muller authored
-
Seth Ladd authored
TBR
-
Benjamin BALET authored
Alternative PowerShell script. Fix missing pop in BAT file (in case of fatal error). Exit gracefully. Force SDK Path. (#5484)
-
Devon Carew authored
-
Dan Rubel authored
-
Bob Nystrom authored
The type of rejects should be List<dynamic> to match the type that DragTarget expects. Since the function doesn't use rejects anyway, there's no need to tighten the type. Fixes one of the strong_mode_static_type_error errors that is currently being ignored.
-
- 18 Aug, 2016 11 commits
-
-
John McCutchan authored
-
Hans Muller authored
-
Hans Muller authored
-
Dragoș Tiselice authored
Added a widget that implicitly animates the size of it child.
-
Seth Ladd authored
-
Dragoș Tiselice authored
Added a widget that automaitcally rotates the expansion icon and offers a callback interface that captures presses.
-
Dragoș Tiselice authored
Using IconButton inside of a bigger Material before would result in having a hit box as large as the whole Material. This commit constrains the size of the hit box and splashes to the default diameter of a splash.
-
Eric Seidel authored
Fixes https://github.com/flutter/flutter/issues/5462 @mpcomplete
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/5468
-
Adam Barth authored
Currently, we just treat Fuchsia as TargetPlatform.android, but we might want to do something more sophisticated in the future.
-
Adam Barth authored
These tests should hit some previously untested lines.
-
- 17 Aug, 2016 2 commits
-
-
Dragoș Tiselice authored
This commit changes MergeableMaterial to include a flag that specifies whether connected Material slices should have dividers between them.
-
Hans Muller authored
-