- 25 Mar, 2016 6 commits
-
-
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
-
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 34 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.
-
Adam Barth authored
Previously we updated only the reactivated element's inherited widgets. Now we update all the inherited widgets for the whole subtree that's being reactivated. We need to visit the whole subtree anyway, so there isn't much of a loss. Fixes #2733 Fixes #2438 Fixes #1701
-
Ian Hickson authored
Fix minor typos (EdgeInsets, ImageResource)
-
Hixie authored
Also, more docs. Also, expose isUniform.
-
Jason Simmons authored
An example showing how to send messages between the host app and Flutter
-
Hixie authored
-
Adam Barth authored
Remove wrong comment
-
Alhaad Gokhale authored
Allow run_mojo command to run an app at a URL.
-
Alhaad Gokhale authored
-
Adam Barth authored
This test is no longer disabled. Fixes #2827
-
Jason Simmons authored
-
Devon Carew authored
filter some noisy messages from adb logcat
-
Devon Carew authored
print the os from flutter doctor
-
Devon Carew authored
-
Devon Carew authored
re-work the doctor command
-
Devon Carew authored
-
Devon Carew authored
-
Ian Hickson authored
In the spirit of "you are what you measure", let's measure some more things...
-