- 28 Mar, 2016 2 commits
-
-
Jason Simmons authored
Add all variants of the Roboto font as assets to Material Design apps
-
Jason Simmons authored
-
- 27 Mar, 2016 11 commits
-
-
Ian Hickson authored
Improve _AnimatedEvaluation.toString
-
Devon Carew authored
upgrade to test 0.12.13
-
Devon Carew authored
-
Adam Barth authored
Update to Dart SDK 1.15.0
-
Adam Barth authored
-
Ian Hickson authored
...and fix a typo in a setState assert message.
-
Ian Hickson authored
toStrings for Animations and Animatables
-
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 17 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
-