- 19 Aug, 2016 7 commits
-
-
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 12 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
-
Konstantin Scheglov authored
-
Hans Muller authored
-
Jason Simmons authored
This will ensure cleanup of any files that existed in previous versions of the artifacts but have since been removed
-
Hans Muller authored
-
Konstantin Scheglov authored
-
John McCutchan authored
-
Seth Ladd authored
* use transparent android launcher icons * revert stocks icons
-
John McCutchan authored
-
Devon Carew authored
-
Konstantin Scheglov authored
* Build sky_engine Dart SDK summary bundle on FlutterEngine.download(). * Tweaks for Devon comments. * Tweaks for Phil comments.
-
- 16 Aug, 2016 10 commits
-
-
Ian Hickson authored
Turns out that previously we weren't updating the clip if the layout didn't change, even if the delegate was different.
-
Ian Hickson authored
I accidentally checked in this as true in my patch improving this feature.
-
Seth Ladd authored
* new launcher icons for android * two more sizes for android launcher icons
-
Ian Hickson authored
We have so many render objects going on these days that showing every box that gets an event just makes the screen blue. This limits it down to only the ones that are actually doing something with the events.
-
Chinmay Garde authored
-
Collin Jackson authored
-
Hans Muller authored
-
Jason Simmons authored
Also update the AOT builder for changes to the layout of the sky_engine package
-
Devon Carew authored
* fix an issue where --hot would not exit * add type annotations
-
Devon Carew authored
-