Collin Jackson
baa1e7ee23
Provide a list of Material design primary and accent color swatches
2016-03-15 13:58:45 -07:00
Devon Carew
dac1d4a15f
Merge pull request #2706 from devoncarew/update_daemon
...
minor update to flutter daemon
2016-03-15 11:41:36 -07:00
Devon Carew
8ba214daa2
minor update to flutter daemon
2016-03-15 09:27:58 -07:00
Adam Barth
dd8413c666
Merge pull request #2695 from abarth/inherit_render_object_widget
...
Let RenderObjectWidgets use inherited properties
2016-03-15 08:42:17 -07:00
Adam Barth
2eb2656526
Merge pull request #2701 from abarth/rich_text
...
Update RichText dartdoc
2016-03-15 08:39:06 -07:00
Yegor
194c88b921
Merge pull request #2702 from yjbanov/better-device-name
...
[ios] improve test device naming
2016-03-14 23:27:56 -07:00
Yegor Jbanov
225686b1a7
[ios] improve test device naming
...
The new name format is "DEVICE_TYPE_NAME (Flutter)". For example:
iPhone 6 (Flutter)
iPhone 6s Plus (Flutter)
The names are taken from `xcrun simctl list --json devicetypes`.
Fixes #2682
2016-03-14 22:33:39 -07:00
Adam Barth
0084e95a43
Update RichText dartdoc
...
The old text was misleading because it was written when RichText was an
implementation detail of Text.
Fixes #2624
2016-03-14 20:12:39 -07:00
Adam Barth
3ebd4c58b6
Let RenderObjectWidgets use inherited properties
...
This prepares us for depending on the LTR/RTL inherited property in
RenderObjectWidgets.
2016-03-14 16:56:56 -07:00
Yegor
445330129d
Merge pull request #2689 from yjbanov/benchmark-harness
...
[driver] API for getting performance traces
2016-03-14 16:54:37 -07:00
yjbanov
26c4177360
[driver] API for getting performance traces
2016-03-14 16:15:18 -07:00
Jason Simmons
2fdcb59fec
Merge pull request #2673 from jason-simmons/gradle_example
...
Example that builds a Flutter Android app using Gradle
2016-03-14 16:04:20 -07:00
Hans Muller
a9b7a41b11
Merge pull request #2690 from HansMuller/copy_with_rename
...
Updated AppBar.copyWith parameter names
2016-03-14 16:02:16 -07:00
Phil Quitslund
5ca0307329
Merge pull request #2686 from pq/regexp_cleanup
...
More flutter analyze regexp cleanup
2016-03-14 15:53:41 -07:00
Hans Muller
c111daf6f0
Updated AppBar.copyWith parameter names
2016-03-14 15:50:38 -07:00
Adam Barth
7012d5223b
Merge pull request #2685 from abarth/override_template
...
Add @override to starter template
2016-03-14 15:17:02 -07:00
pq
370840ef1f
More flutter analyze regexp cleanup
...
Runs clean on the repo. Moving ahead, we can manage exceptions via `.analysis_options` or specific source-level ignores.
2016-03-14 15:02:55 -07:00
Adam Barth
b1bc660c48
Add @override to starter template
2016-03-14 15:02:06 -07:00
Ian Hickson
b74856ce85
Merge pull request #2679 from Hixie/overrides
...
Add @override annotations to flutter framework
2016-03-14 14:34:52 -07:00
Hixie
797e27edd3
Add @override annotations to flutter framework
2016-03-14 14:02:26 -07:00
Adam Barth
9bc6d281fe
Merge pull request #2674 from abarth/child_view_error
...
Improve error handling for ChildView outside MojoShell
2016-03-14 13:41:31 -07:00
Adam Barth
d8b4a4a31e
Merge pull request #2619 from abarth/remove_prebuilt_apk
...
Stop using a prebuilt APK
2016-03-14 13:41:16 -07:00
Devon Carew
0fbb76a351
Merge pull request #2667 from devoncarew/add_more_types
...
add more type annotations
2016-03-14 13:39:54 -07:00
Jason Simmons
d9f66d9e14
Example that builds a Flutter Android app using Gradle
2016-03-14 13:32:21 -07:00
Adam Barth
e2744e9a30
Stop using a prebuilt APK
...
Instead, require an AndroidManifest.xml and always build an APK.
Fixes #2517
2016-03-14 13:32:00 -07:00
Ian Hickson
e77674c612
Merge pull request #2672 from Hixie/ignore-lint
...
Update .analysis_options to link to blocking bugs
2016-03-14 13:15:14 -07:00
Adam Barth
afacec9a10
Improve error handling for ChildView outside MojoShell
...
Now we should some placeholder error text in-band in checked mode.
Fixes #2611
2016-03-14 13:11:19 -07:00
Adam Barth
cb62071882
Merge pull request #2669 from abarth/two_level
...
[rename fixit] TwoLevelSublist left->leading, center->title
2016-03-14 12:38:14 -07:00
Hixie
74b117fe8b
Update .analysis_options to link to blocking bugs
...
Also, some minor cleanup in activity.dart, though much more is
needed (see https://github.com/flutter/flutter/issues/2668 ).
2016-03-14 12:28:06 -07:00
Adam Barth
89987fc040
[rename fixit] TwoLevelSublist left->leading, center->title
2016-03-14 12:24:58 -07:00
Devon Carew
d44a70bc85
add more type annotations
2016-03-14 12:06:19 -07:00
Ian Hickson
9bc4deed1a
Merge pull request #2664 from Hixie/less-dynamic
...
Remove some more 'dynamic's
2016-03-14 11:33:06 -07:00
Hans Muller
3480d8db98
Merge pull request #2597 from HansMuller/toolbar
...
Added AppBarBehavior.under, etc
2016-03-14 11:17:44 -07:00
Hixie
4e6b287881
Remove some more 'dynamic's
2016-03-14 11:11:41 -07:00
Hans Muller
23d7a23e48
Added AppBarBehavior.under, etc
2016-03-14 10:56:59 -07:00
Ian Hickson
bedd8e9131
Merge pull request #2650 from Hixie/always_always_specify_types
...
Even more types
2016-03-14 10:44:05 -07:00
Ian Hickson
62f3124e66
Fix generic method syntax.
2016-03-14 10:33:01 -07:00
Devon Carew
5fb315141b
Merge pull request #2658 from devoncarew/drive_command
...
change the description of the drive command
2016-03-14 10:27:01 -07:00
Devon Carew
b84ba91cd6
Merge pull request #2657 from devoncarew/tool_ui
...
misc tool ui changes
2016-03-14 10:14:41 -07:00
Devon Carew
d0afabc358
change the description of the drive command
2016-03-14 09:48:02 -07:00
Ian Hickson
d745e20853
Even more types
2016-03-14 09:41:54 -07:00
Devon Carew
4daee0cc0d
misc tool ui cleanup
2016-03-14 09:41:00 -07:00
Devon Carew
229253f43e
Merge pull request #2649 from devoncarew/rename_update
...
update a field ref in playfair
2016-03-12 19:30:30 -08:00
Devon Carew
799d3114e9
update a field ref in playfair
2016-03-12 19:22:04 -08:00
Adam Barth
db261ff80f
Merge pull request #2648 from abarth/rename_fixit2
...
Execute rename fixit (Part 2)
2016-03-12 18:46:13 -08:00
Adam Barth
d5b2e2a01c
[rename fixit] Flex alignments
...
* justifyContent -> mainAxisAlignment
* alignItems -> crossAxisAlignment
* FlexJustifyContent -> MainAxisAlignment
* FlexAlignItems -> CrossAxisAlignment
Fixes #231
2016-03-12 18:33:47 -08:00
Adam Barth
5e1af2f37e
[rename fixit] DismissDirection left -> endToStart, right -> startToEnd
...
Removes an LTR bias in DismissDirection.
Fixes #2562
2016-03-12 18:33:47 -08:00
Adam Barth
ede5dfce30
[rename fixit] ToolBar -> AppBar
...
* left -> leading (Removes an LTR bias)
* center -> title (Widget was actually centered)
* right -> actions (Removes an LTR bias, asymmetric with leading)
Fixes #2348
2016-03-12 18:33:47 -08:00
Adam Barth
e48c822ce3
[rename fixit] left -> leading, right -> trailing
...
The terms "left" and "right" have an LTR bias. Instead, we now use
"leading" and "trailing", for these list and grid decorations so that
we can later rearrange them to match the reading order.
Fixes #2540
Fixes #2548
2016-03-12 17:31:01 -08:00
Adam Barth
6a2edbbff5
[rename fixit] ItemsSnapAlignment -> PageableListFlingBehavior
...
Fixes #2448
2016-03-12 17:18:31 -08:00