- 18 Aug, 2016 6 commits
-
-
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 11 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
-
Devon Carew authored
* update the cache earlier * add documentation
-
- 15 Aug, 2016 9 commits
-
-
Piyush K authored
installed changed to installs: The `flutter run --release` command both builds and installed the Flutter app. changed to The `flutter run --release` command both builds and installs the Flutter app.
-
Ian Hickson authored
Some tweaks to the logo widget: * remove bad assert * allow text color to be configured * make logo pretty in dark mode in gallery * fix some docs
-
Jason Simmons authored
-
Hans Muller authored
* Removed unnecessary Shrine hero logic
-
Ian Hickson authored
Instead of a PNG, the Flutter gallery widget is now drawn in code. There's now a FlutterLogoDecoration class that paints the flutter logo anywhere you can use a Decoration (e.g. AnimatedContainer). There's now a FlutterLogo class that honors the IconTheme. The About dialog box API now takes a Widget for the applicationIcon, instead of an ImageProvider. It uses IconTheme to make the icon the right size instead of using an Image widget. Add padding, duration, and curve properties to the DrawerHeader. Make the child of a DrawerHeader optional. Clean up UserAccuntsDrawerHeader a bit. Add some useful properties and methods to EdgeInsets. Add some debug logic to RenderDecoratedBox to catch unpaired save/restore calls when possible. Make GestureDetector fill its parent if it has no children. Fixes https://github.com/flutter/flutter/issues/5380
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/5380
-
Dragoș Tiselice authored
Because parent structure changes when slices gets separated and merged, children widgets can be rebuilt redundantly. This commit adds a global key to each child so that the framework always knows its children apart.
-
Phil Quitslund authored
Fixes: https://github.com/flutter/flutter/issues/5336
-
Collin Jackson authored
-
- 13 Aug, 2016 2 commits
-
-
Devon Carew authored
-
Adam Barth authored
-