Devon Carew
52efc7fb68
implement --watch for flutter analyze
2016-03-07 13:46:42 -08:00
Devon Carew
b193854bfd
Merge pull request #2464 from devoncarew/cleanup_build
...
Cleanup build
2016-03-07 10:57:56 -08:00
Devon Carew
b52fa986b6
fix rebase
2016-03-07 10:36:04 -08:00
Devon Carew
e70036f1ad
Merge pull request #2433 from stevemessick/targetmessage
...
Improve message when target not found
2016-03-07 10:34:14 -08:00
Ian Hickson
8a2865ced3
Merge pull request #2249 from Hixie/size-obs-11
...
SizeObserver crusade: Remove SizeObserver
2016-03-07 10:11:06 -08:00
Steve Messick
913315bc87
Improve the error message when a target is specified but not found.
...
https://github.com/flutter/flutter/issues/2368
2016-03-07 08:53:33 -08:00
Steve Messick
8cc5312054
Merge remote-tracking branch 'upstream/master'
2016-03-07 05:17:13 -08:00
Ian Hickson
f04fd43fd9
Merge pull request #2461 from Hixie/ErrorWidget
...
Include more details in the Red Box of Doom
2016-03-06 23:07:12 -08:00
Ian Hickson
826b13bde3
Include more details in the Red Box of Doom
2016-03-06 23:00:03 -08:00
Adam Barth
a1535d05f8
Merge pull request #2456 from abarth/sync_docs
...
Synchronizes dartdoc with dart:ui
2016-03-06 22:51:35 -08:00
Adam Barth
302ebbaf8e
Synchronizes dartdoc with dart:ui
...
Mostly just adds some examples to match the examples with use for
similar concepts in dart:ui.
2016-03-06 20:34:32 -08:00
Ian Hickson
31bdad08e2
Merge pull request #2454 from Hixie/widgeterror
...
Remove the second argument to WidgetError.
2016-03-06 12:38:34 -08:00
Ian Hickson
60ca6f1c33
Merge pull request #2455 from Hixie/MultiChildLayoutDelegate.performLayout
...
Remove the second argument to MultiChildLayoutDelegate.performLayout()
2016-03-06 12:37:38 -08:00
Ian Hickson
6bef1736c1
Remove the second argument to MultiChildLayoutDelegate.performLayout()
...
Fixes https://github.com/flutter/flutter/issues/2403
I have an e-mail ready to send to flutter-dev about this.
2016-03-06 12:28:28 -08:00
Ian Hickson
ef9132a050
Remove the second argument to WidgetError.
...
This makes WidgetError more like RenderingError, which will aid with https://github.com/flutter/flutter/issues/2356 .
Fixes https://github.com/flutter/flutter/issues/2443
2016-03-06 12:15:57 -08:00
Ian Hickson
f64101ab06
Merge pull request #2451 from Hixie/widgetapp
...
Factor out non-Material parts of MaterialApp into WidgetsApp
2016-03-06 12:14:20 -08:00
Ian Hickson
36694ac068
Merge pull request #2452 from Hixie/unsimulatable
...
Remove Simulatable and restyle simulation_group.dart
2016-03-06 11:25:13 -08:00
Ian Hickson
fdb4bd5e3d
Merge pull request #2453 from Hixie/placeholder-assert
...
Clarify the assert when mimicking twice in a row.
2016-03-06 11:24:57 -08:00
Ian Hickson
6a23901256
Factor out non-Material parts of MaterialApp into WidgetsApp
...
Fixes https://github.com/flutter/flutter/issues/1346
2016-03-06 11:24:36 -08:00
Ian Hickson
f86889cb1b
Clarify the assert when mimicking twice in a row.
2016-03-06 11:10:39 -08:00
Ian Hickson
0a4cc82ae4
Remove Simulatable and restyle simulation_group.dart
2016-03-06 00:37:06 -08:00
Ian Hickson
138373718c
Merge pull request #2446 from Hixie/need-material
...
Try to clarify that you need a Material for an IconButton.
2016-03-05 21:52:39 -08:00
Adam Barth
001a14b3ae
Merge pull request #2432 from abarth/scroll_events
...
Flinging continuously should have one scroll start/end pair
2016-03-05 19:53:44 -08:00
Adam Barth
688da091dd
Flinging continuously should have one scroll start/end pair
...
Previously we got confused and started sending start/end pairs for each tick of
the fling animation.
Fixes #2430
2016-03-05 19:42:05 -08:00
Adam Barth
6685954581
Merge pull request #2447 from abarth/widget_docs
...
Some more dartdoc
2016-03-05 18:43:35 -08:00
Adam Barth
b73670a31a
Some more dartdoc
2016-03-05 18:00:47 -08:00
Ian Hickson
5061076624
Try to clarify that you need a Material for an IconButton.
...
Fixes https://github.com/flutter/flutter/issues/2369
2016-03-05 17:30:07 -08:00
Ian Hickson
d55e5a698a
Merge pull request #2445 from Hixie/overlay
...
Clarify the "needs an Overlay" assert.
2016-03-05 09:51:19 -08:00
Devon Carew
93a0fb44c7
Merge pull request #2437 from devoncarew/fix_create
...
fix flutter create
2016-03-05 07:01:47 -08:00
Ian Hickson
1abc7c9ebe
Clarify the "needs an Overlay" assert.
...
Fixes https://github.com/flutter/flutter/issues/2436
2016-03-04 23:53:24 -08:00
Yegor
4f97e0ca7c
Merge pull request #2435 from yjbanov/run-recipe
...
[infra] run recipes using recommended method
2016-03-04 19:00:20 -08:00
Devon Carew
93b31a41df
fix flutter create
2016-03-04 18:56:26 -08:00
Adam Barth
d4c177e17d
Merge pull request #2428 from abarth/shell_dart
...
Factor MojoShell into shell.dart
2016-03-04 18:38:02 -08:00
Adam Barth
7c4aef60b7
Merge pull request #2422 from abarth/init_bundle
...
Make _initRootBundle more robust
2016-03-04 18:15:45 -08:00
Yegor Jbanov
6850f088c0
[infra] run recipes using recommended method
2016-03-04 17:48:00 -08:00
Adam Barth
9f14271018
Merge pull request #2425 from abarth/view_owner
...
Teaches ChildViewConnection to wrap an existing ViewOwner
2016-03-04 14:49:31 -08:00
Steve Messick
cea21fb7b1
Merge remote-tracking branch 'upstream/master'
2016-03-04 14:38:55 -08:00
Steve Messick
2e878746a3
Improve message when target not found
2016-03-04 14:36:32 -08:00
Devon Carew
089ce4835b
Merge pull request #2427 from devoncarew/fix_mac_test
...
fix a mac test
2016-03-04 14:02:42 -08:00
Adam Barth
fbc0950da4
Factor MojoShell into shell.dart
...
Putting this code in a separate library let's services that depend only on the
shell be clearer about their dependencies.
2016-03-04 13:48:28 -08:00
Devon Carew
c1caa26989
fix a mac test
2016-03-04 13:10:51 -08:00
Adam Barth
118c4ed8ae
Teaches ChildViewConnection to wrap an existing ViewOwner
...
Fixes #1921
2016-03-04 12:45:06 -08:00
Adam Barth
eea4bae674
Make _initRootBundle more robust
...
Rather than catching every exception, we now handle the one specific case where
we legitimately cannot create the root bundle.
Fixes #900
2016-03-04 12:20:20 -08:00
Adam Barth
e2a6b48803
Merge pull request #2418 from abarth/viewport_docs
...
Add dartdoc to VirtualViewport widgets
2016-03-04 11:04:32 -08:00
Adam Barth
24c0ab7f92
Add dartdoc to VirtualViewport widgets
2016-03-04 10:41:24 -08:00
Adam Barth
03db132fc7
Merge pull request #2417 from abarth/rm_icons
...
Remove dependency on material_design_icons
2016-03-04 09:45:36 -08:00
Ian Hickson
1e5eb74c62
Merge pull request #2415 from Hixie/random-changes
...
Random fixes to dartdocs, http lib, analyzer
2016-03-04 09:11:40 -08:00
Adam Barth
b335a79a71
Remove dependency on material_design_icons
...
We get the icons from the iconfont now.
Also, remove the package:flutter CHANGELOG.md. This file is outdated and the
git history is a more accurate change log these days.
2016-03-04 09:09:57 -08:00
Ian Hickson
047276a666
Random fixes to dartdocs, http lib, analyzer
...
This is a variety of trivial fixes that I collected while going through the dartdocs.
This does contain some non-comment changes.
2016-03-03 23:56:40 -08:00
Ian Hickson
3cb4984909
Merge pull request #2413 from flutter/Hixie-patch-1
...
Update engine.version
2016-03-03 23:00:08 -08:00