- 15 Jun, 2016 1 commit
-
-
Ian Hickson authored
* Fix `flutter upgrade` * Fix builds on iOS
-
- 14 Jun, 2016 12 commits
-
-
Phil Quitslund authored
Add missing returns.
-
pq authored
-
pq authored
-
pq authored
-
Ian Hickson authored
-
Hans Muller authored
-
Hans Muller authored
-
pq authored
As of `1.18.0-dev-0`, these cases will get flagged. In the meantime, the
-
Chinmay Garde authored
Enable launching applications on the iOS device with observatory and diagnostics server connected. (#4424)
-
Ian Hickson authored
This prevents multiple simultaneous runs of the analyzer from stomping over each other (e.g. multiple runs of 'update-packages'). Certain long-lived commands (like analyze, run, logs) are exempted once they've done enough work to be safe from most stomping action. This still doesn't make us entirely safe from craziness, e.g. if you're half way through an 'update-packages' run and you call 'git pull', who knows what state you'll end up in. But there's only so much one can do. Fixes https://github.com/flutter/flutter/issues/2762
-
Adam Barth authored
Add `@required` for some required parameters in `RRect`. Use elvis operator to simplify a function.
-
Ian Hickson authored
-
- 13 Jun, 2016 11 commits
-
-
Hans Muller authored
-
Adam Barth authored
-
Hans Muller authored
-
Ian Hickson authored
-
Devon Carew authored
* send supportsRestart flag when starting an app * remove unused imports * review comments
-
Hans Muller authored
-
Todd Volkert authored
-
Ian Hickson authored
Also, make it clear the screen between results so it's more obvious what's going on when you have new results (especially when you have fixed everything).
-
Adam Barth authored
This patch is a warmup to improving the visuals in the calculator demo. Related to #4535
-
Adam Barth authored
Fixes #4511
-
Adam Barth authored
Instead of flinging to between 0.0 and 1.0, we should adapt the default spring to the controller's upper and lower bounds. Fixes #3545
-
- 12 Jun, 2016 2 commits
-
-
Adam Barth authored
We now use the `@required` annotation to encourage developers to explicitly set onPressed and onChanged callbacks to null when that would disable the widget. Fixes #287
-
Adam Barth authored
This file is now app.dylib.
-
- 10 Jun, 2016 11 commits
-
-
Todd Volkert authored
-
Todd Volkert authored
-
Devon Carew authored
-
-
Devon Carew authored
-
Phil Quitslund authored
Bump Dart SDK to patched stable.
-
Adam Barth authored
Cleans up a few style nits in hello_services and adds support for automatic JSON encoding and decoding to the HostMessages interface.
-
Matt Perry authored
- Fix the background color and AppBar transparency on the Recipe page. - Use a Hero animation for the recipe card. - Draw the background image under the status bar on the recipe page. - Added instructional text on favorites page when there are no favorites. BUG=https://github.com/flutter/flutter/issues/4403 BUG=https://github.com/flutter/flutter/issues/4405 BUG=https://github.com/flutter/flutter/issues/4436 BUG=https://github.com/flutter/flutter/issues/4399
-
Jason Simmons authored
-
pq authored
`1.17.1` fixes: * crash in async functions * GC bug in weak properties Relevant patches here: * https://github.com/dart-lang/sdk/issues/26680 * https://github.com/dart-lang/sdk/issues/26681
-
Devon Carew authored
-
- 09 Jun, 2016 3 commits
-
-
Matt Perry authored
This repo contains the final licensed images.
-
Kaiyuan Wang authored
-
Adam Barth authored
Fixes #4427
-