- 26 Mar, 2016 1 commit
-
-
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 17 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
-
Adam Barth authored
This matches the pattern from Rect. I've left EdgeInsets.TRBL marked as deprecated to give clients a chance to update. Fixes #2860
-
Kris Giesing authored
Fixes #2723
-
Devon Carew authored
several fixes to the doctor command
-
Devon Carew authored
-
Hixie authored
Previously, border with '0' was ambiguous. Sometimes we treated it as hairline borders, sometimes as "don't show the border", though even in the latter case we did some graphics work sometimes. Now we have an explicit BorderStyle.none flag to not draw the border efficiently.
-
Adam Barth authored
Improve docs for SizedBox
-
Adam Barth authored
Fixes #2873
-
Ian Hickson authored
Make the border painting code reusable.
-
Jason Simmons authored
Add embedded font assets to the asset list
-
Adam Barth authored
Inherited widgets should work across reactivations
-
Hixie authored
-
Ian Hickson authored
Tweaks to Border to make it easier to subclass.
-
Jason Simmons authored
Any font asset referenced in the fonts section of flutter.yaml will now be included in the FLX assets. It's no longer necessary to separately list the font in the assets section.
-