- 27 Mar, 2016 4 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
RenderTable
-
Adam Barth authored
Update engine
-
Adam Barth authored
-
- 26 Mar, 2016 10 commits
-
-
Adam Barth authored
Add a Key to FlutterDemo widget
-
Adam Barth authored
It's a good practice to let clients supply a key for every widget. Fixes #2910
-
Devon Carew authored
Update ISSUE_TEMPLATE.md
-
Devon Carew authored
add a screenshot command
-
Adam Barth authored
Fix Travis
-
Adam Barth authored
The collections package changed to add some stricter type annotations. We now pass those type annoations. I also sent https://github.com/dart-lang/collection/pull/26 to make the type annotations match what they were previously.
-
Ian Hickson authored
-
Devon Carew authored
-
Devon Carew authored
-
Hixie authored
-
- 25 Mar, 2016 22 commits
-
-
Chinmay Garde authored
Add: flutter build ios [--[no-]simulator]
-
Chinmay Garde authored
-
Viktor Lidholt authored
First pass at new Flutter gallery front page
-
Andrew Wilson authored
Add a callback when a Draggable is dropped without being accepted.
-
Andrew Wilson authored
-
Chinmay Garde authored
This allows the user to build an iOS application bundle from the command line even if no device is attached to the workstation.
-
Chinmay Garde authored
Bump engine revision to pick up iOS fixes.
-
Viktor Lidholt authored
-
Adam Barth authored
Fix app bar padding without leading widget
-
Adam Barth authored
If there's no leading widget, we just want 8.0 pixels of padding instead of all the padding to get over to the 72.0 pixel key line. Fixes #2912
-
Adam Barth authored
Add a default MediaQuery value
-
Chinmay Garde authored
-
Devon Carew authored
Run cleanup
-
Devon Carew authored
-
Ian Hickson authored
ImageFit.fitWidth/fitHeight and minor docs fixes
-
Adam Barth authored
Now MediaQuery.of always returns a non-null value. By default, you get the values associated with the current ui.Window. Fixes #2894
-
Hixie authored
-
Jason Simmons authored
Validate flutter.yaml against a JSON schema
-
Ian Hickson authored
Support hairline borders
-
Ian Hickson authored
Clean up prints in services/*
-
Ian Hickson authored
We really shouldn't have two separate network library wrappers... I filed https://github.com/flutter/flutter/issues/2889 on that. But for now, this makes one of them have a generally better error handling story, and makes the other one only dump to the console in debug mode. It also makes both use debugPrint instead of print, and makes one use the 'mojom' prefix for mojom imports.
-
Jason Simmons authored
-
- 24 Mar, 2016 4 commits
-
-
krisgiesing authored
Allow independent rendering pipelines
-
Adam Barth authored
Replace EdgeInsets.TRBL with EdgeInsets.fromLTRB
-
Hans Muller authored
Scrollbar thumb color, etc
-
Hans Muller authored
-