- 22 Jul, 2016 4 commits
-
-
John McCutchan authored
Fix hot reload failure handling
-
John McCutchan authored
-
Hans Muller authored
-
Phil Quitslund authored
Bump Dart SDK to `1.18.0-dev.4.4`.
-
- 21 Jul, 2016 10 commits
-
-
pq authored
-
Yegor authored
-
Dragoș Tiselice authored
Updated DrawerHeader to new spec.
-
Dragoș Tiselice authored
Added backgroundImage to CircleAvatar.
-
John McCutchan authored
Tweaks to --hot mode
-
John McCutchan authored
-
Hans Muller authored
-
Seth Ladd authored
-
Ian Hickson authored
This makes the about page show the licenses of all the Dart packages that a Flutter app uses. Issues that this does not yet resolve: - I'm still working on getting the full list of licenses for the sky_engine package. - Some of the licenses don't print very readably. - There's no scrollbar on the license page. I'll provide fixes for the first two in the coming days, but this should unblock anyone who is wanting to see something here, even if it's not quite complete. :-) ---- The patch makes the following changes: - The license registry is now asynchronous, since the data comes from disk. - I moved the default license collector from the foundation package to the services package since it uses the default asset bundle now. - The FLX builder now includes the LICENSE files of each Dart package mentioned in the `.packages` file.
-
Chinmay Garde authored
-
- 20 Jul, 2016 8 commits
-
-
Dragos Tiselice authored
Removed old Stack layout and added a simple-to-extend interface for the new drawer header. Also added a specialized UserAccountsDrawerHeader consistent with Material Design guidelines.
-
John McCutchan authored
Add --hot mode for flutter run with Android devices and iOS simulators
-
John McCutchan authored
-
Seth Ladd authored
* instructions for building the gallery * tweaks from review * tweaks from review
-
Eric Seidel authored
so that folks have some prayer of figuring out from our docs how to turn it off. :) @Hixie
-
Dragos Tiselice authored
In order to have an efficient way to display clipped avatars, backgroundImage was added inside of the container's BoxDecoration. Fixes #4964. This commit also fixes #4567 where the radius property actually sets the diamater.
-
Yegor authored
-
Devon Carew authored
* making flutter run work with gradle * locate android studio * add test for settings * review comments
-
- 19 Jul, 2016 3 commits
-
-
Ryan Macnak authored
-
Matt Perry authored
The appbar now scrolls off screen when you scroll the page far enough. BUG=https://github.com/flutter/flutter/issues/4410
-
- 18 Jul, 2016 7 commits
-
-
Phil Quitslund authored
Update to latest Dart SDK (1.18.0-dev.4.2).
-
Devon Carew authored
* update flutter run --devfs * use async; add todo
-
Ryan Macnak authored
-
Hans Muller authored
-
Hans Muller authored
-
Adam Barth authored
-
pq authored
-
- 16 Jul, 2016 1 commit
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/4407
-
- 15 Jul, 2016 4 commits
-
-
Hans Muller authored
-
Yegor authored
-
Adam Barth authored
Previously it wasn't included in the Runner target.
-
Hans Muller authored
-
- 14 Jul, 2016 3 commits
-
-
YoungSeok Yoon authored
* Driver commands for controlling the Input widget This commit introduces two new driver commands for controlling the material Input widget. * setInputText(SerializableFinder finder, String text) * submitInputText(SerializableFinder finder) Since it is not possible to directly modify the Input widget text, these driver commands invokes the handler functions of the Input widget: onChanged and onSubmitted, respectively. The `submitInputText` command returns the submitted String as a result. * Make input command handler methods private Addressing comments from @yjbanov.
-
Jason Simmons authored
-
Collin Jackson authored
Simplify iOS template project
-