Seth Ladd
78126b5565
update playfair readme ( #5091 )
2016-07-27 12:43:56 -07:00
Adam Barth
c27a9e8292
Add offstage attribute to OffStage ( #5059 )
...
Also, add a few more debugging flags.
2016-07-27 12:26:07 -07:00
pq
280caba4b7
Merge branch 'dart_1.19.0-dev.0.0' of github.com:pq/flutter into dart_1.19.0-dev.0.0
2016-07-27 11:17:08 -07:00
pq
72de70250b
Merge branch 'dart_1.19.0-dev.0.0' of github.com:pq/flutter into dart_1.19.0-dev.0.0
2016-07-27 11:16:46 -07:00
pq
181e33ef5b
Merge branch 'dart_1.19.0-dev.0.0' of github.com:pq/flutter into dart_1.19.0-dev.0.0
2016-07-27 10:45:11 -07:00
pq
13c3f9d946
Update Dart (1.19.0-dev.0.0) and analyzer (0.27.4-alpha.19).
2016-07-27 10:44:44 -07:00
pq
4bbf72a0c8
Update Dart (1.19.0-dev.0.0) and analyzer (0.27.4-alpha.19).
2016-07-27 10:02:54 -07:00
Hans Muller
0265dd3c1a
Hide the data table demo for now ( #5060 )
2016-07-27 09:07:29 -07:00
Ian Hickson
1097d92a8b
Fix DatePicker ( #5061 )
...
Fundamentally the core problem was that we were not saying how wide a
date picker should be. It should be 330 pixels, if I'm measuring the
spec's mocks correctly.
2016-07-27 08:57:56 -07:00
Jason Simmons
9f509dafa1
Update engine ( #5058 )
2016-07-26 16:18:52 -07:00
Ian Hickson
edc548adf8
Update the license mechanism to show package names ( #5051 )
2016-07-26 13:09:47 -07:00
Hans Muller
a555ee4771
TimePicker layout tweaks ( #5047 )
2016-07-26 12:50:40 -07:00
Jason Simmons
3b577c537c
Clear the pointer absorbing flag after temporarily setting it while popping a route ( #5036 )
...
Fixes https://github.com/flutter/flutter/issues/4910
2016-07-26 11:13:34 -07:00
Hans Muller
76ea70a123
Change the Gallery AnimationDemo category ( #5041 )
2016-07-26 11:00:11 -07:00
Hans Muller
4c3018f725
A tap is not a scroll ( #5038 )
2016-07-26 09:55:43 -07:00
Adam Barth
b30959d748
Center AppBar title on iOS ( #5039 )
...
This patch adapts the AppBar to feel more like iOS by centering the title.
Fixes #4962
2016-07-25 18:40:59 -07:00
Adam Barth
e4bee6b29b
Remove unused assets from flutter_gallery ( #5033 )
2016-07-25 17:05:50 -07:00
Adam Barth
0f68a2bac2
Be more explicit about the default TargetPlatform ( #5034 )
2016-07-25 17:05:41 -07:00
Adam Barth
e4e6b01afa
Adapt FlexibleSpaceBar to iOS ( #5037 )
...
We should center the title of flexible space bars on iOS.
Related to #4962
2016-07-25 17:05:29 -07:00
Devon Carew
d3cc554828
Flutter run target 2 ( #5035 )
...
* This reverts commit 5e7e7b6ea7f5574feba139ee2539a23ff0f28199.
* default to lib/main.dart
2016-07-25 14:56:12 -07:00
Matt Perry
07ba37976c
Fix bug where text input would remain underlined upon losing focused. ( #5027 )
...
BUG=https://github.com/flutter/flutter/issues/4904
2016-07-25 17:26:09 -04:00
Devon Carew
5e7e7b6ea7
Revert "make the flutter run -t target option optional ( #5029 )" ( #5032 )
...
This reverts commit 32ad81c89a195e818fccb04c109ac7b456735bba.
2016-07-25 14:05:27 -07:00
Devon Carew
32ad81c89a
make the flutter run -t target option optional ( #5029 )
2016-07-25 13:42:42 -07:00
Adam Barth
5717cd54e0
Add a platform field to Theme ( #5024 )
...
We'll use this field to adapt material widgets to iOS.
2016-07-25 12:58:13 -07:00
YoungSeok Yoon
486b783076
Fix the documentation for find.byElementPredicate ( #4935 )
2016-07-25 12:23:00 -07:00
Devon Carew
b8d15a1e61
hide some unnecessary headers from the generated docs ( #5020 )
2016-07-22 22:21:04 -07:00
Hans Muller
69aef8f217
Fast scrolling in the gallery tabs demo ( #5016 )
2016-07-22 16:00:46 -07:00
Adam Barth
ae80d43364
Don't animate fab in a new scaffold ( #5015 )
...
If the scaffold is new and has a floating action button, we skip the entrance
animation for the fab.
Fixes #4445
2016-07-22 15:53:08 -07:00
Adam Barth
39e759212f
Improve compositing strategy for Shrine ( #5014 )
...
This patch includes a number of improvements:
* Material page routes now put a repaint boundary inside their transition so
they don't repaint during the transition.
* Heroes that are on a quest now get a repaint boundary so we repaint them
individually.
* I've hoisted the transparent material for the product items up in the widget
tree, which doesn't affect performance but makes the ink splashes reach the
edge of the product cards.
* I've changed the repaint rainbow visualization to make it easier to see
what's going on.
2016-07-22 14:09:48 -07:00
Adam Barth
1a292ff66a
Hint that painting shadows are complex ( #5000 )
...
Previously, we considered them one operation in the compositor, which didn't
trigger caching. Now we have a way to explicitly hint that the compositor
should cache a layer.
2016-07-22 13:42:16 -07:00
Adam Barth
243b72bb74
Update engine.version ( #5006 )
2016-07-22 12:54:06 -07:00
Jason Simmons
3fe3e9a14f
Make PestoDemoState.scaffoldKey non-static so Favorites can instantiate a second PestoDemo ( #5005 )
...
Fixes https://github.com/flutter/flutter/issues/4996
2016-07-22 12:41:41 -07:00
Chinmay Garde
6a755c34ae
Update engine revision to pull in revert of the patches that caused LLDB to be overwhelmed. ( #4993 )
2016-07-22 11:30:46 -07:00
John McCutchan
3871b0eb2a
Merge pull request #4998 from johnmccutchan/hot_catch_reload_failures
...
Fix hot reload failure handling
2016-07-22 11:12:54 -07:00
John McCutchan
f6de2fbf2f
Fix hot reload failure handling
2016-07-22 09:51:59 -07:00
Hans Muller
7beedd7a95
Report ScrollNotification depth ( #4992 )
2016-07-22 09:20:46 -07:00
Phil Quitslund
6cc6c95b79
Merge pull request #4997 from pq/1.18.0-dev.4.4
...
Bump Dart SDK to `1.18.0-dev.4.4`.
2016-07-21 17:09:57 -07:00
pq
48f44ecaa3
Bump Dart SDK to 1.18.0-dev.4.4
.
2016-07-21 16:42:58 -07:00
Yegor
2f77a07940
log the contents of .packages and pubspec.lock on buildbots ( #4989 )
2016-07-21 13:27:49 -07:00
Dragoș Tiselice
6f0635d6e8
Merge pull request #4953 from flutter/drawer-header-update
...
Updated DrawerHeader to new spec.
2016-07-21 11:17:18 -07:00
Dragoș Tiselice
3aa26cb1cc
Merge pull request #4971 from flutter/circle-avatar-background-image
...
Added backgroundImage to CircleAvatar.
2016-07-21 11:16:36 -07:00
John McCutchan
2e1a89cf45
Merge pull request #4987 from johnmccutchan/hot_mode_tweaks
...
Tweaks to --hot mode
2016-07-21 11:08:12 -07:00
John McCutchan
2f5a0dcdce
Tweaks to --hot mode
2016-07-21 11:01:06 -07:00
Hans Muller
36eb4a066f
Support for Material arc point and rect transitions ( #4938 )
2016-07-21 10:48:41 -07:00
Seth Ladd
4abaf64ccb
clarify command in README ( #4983 )
2016-07-21 09:29:52 -07:00
Ian Hickson
69d78325ec
Licenses ( #4984 )
...
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.
2016-07-21 09:09:48 -07:00
Chinmay Garde
79559d396e
Update engine revision. ( #4985 )
2016-07-20 20:35:27 -07:00
Dragos Tiselice
65e77142e9
Updated DrawerHeader and added UserAccountDrawer.
...
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.
2016-07-20 16:16:08 -07:00
John McCutchan
3dd963b088
Merge pull request #4982 from johnmccutchan/add_hot_mode
...
Add --hot mode for flutter run with Android devices and iOS simulators
2016-07-20 14:39:07 -07:00
John McCutchan
0de691621b
Add --hot mode for flutter run
2016-07-20 14:38:25 -07:00