- 13 Jun, 2016 5 commits
-
-
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 10 commits
-
-
Matt Perry authored
This repo contains the final licensed images.
-
Kaiyuan Wang authored
-
Adam Barth authored
Fixes #4427
-
Adam Barth authored
If you tap outside the drop down menu while its animating in, we should animate it away smoothly. Previously, we jumped to the reverseCurve, which made the menu disappear immediately. Now we hold the animations as state, which means we keep their _curveDirection property and don't switch curves unless the animation actually finishes. Also, fix a subtle bug in CurvedAnimation whereby we'd never set the _curveDirection if we didn't see a status change in the parent animation. Now we initialize _curveDirection based on the current value of the parent's status. Fixes #4379
-
Adam Barth authored
Fixes #4425
-
Adam Barth authored
Instead of using getTotalMatrix and setMatrix, we can just use save/restore, which is more idiomatic. The getTotalMatrix/setMatrix pattern was introduced to improve performance, but the original code was calling getTotalMatrix/setMatrix at every node in the sprite tree, which is much slower than the normal save/transform/restore pattern. Related to #4254
-
Adam Barth authored
Fixes #4059
-
Adam Barth authored
Fixes #4428
-
Ian Hickson authored
Also renames ButtonTheme.footer to ButtonTheme.bar.
-
Ian Hickson authored
We're explicitly saying that making these icons do anything useful is out of scope, so the best we'll do here is show a snackbar.
-
- 08 Jun, 2016 11 commits
-
-
Matt Perry authored
* Add a 'Return to Gallery' drawer option to Pesto. BUG=https://github.com/flutter/flutter/issues/4402 * oops
-
Devon Carew authored
* support --route in flutter run --resident * also for the daemon app.start command
-
Matt Perry authored
Also update the assets version to pull in better quality logo images. BUG=https://github.com/flutter/flutter/issues/4407
-
Devon Carew authored
-
Jason Simmons authored
* Add a map of relative to absolute paths for assets located outside the app's source directory * If a "packages" directory exists, obtain assets from there instead of using the packages/ prefix to indicate package map lookup
-
Phil Quitslund authored
Bump to stable 1.17.0 Dart SDK.
-
Devon Carew authored
Update the analytics code.
-
pq authored
-
Ian Hickson authored
Also, make sure that the parent is notified when they change. Fixes #2298
-
Todd Volkert authored
It's TODONE
-
Adam Barth authored
We can viewport the content using a ScrollableGrid. Also, we can use the padding mechanisms of the grid to avoid extra padding widgets.
-
- 07 Jun, 2016 1 commit
-
-
Adam Barth authored
-