5944 Commits

Author SHA1 Message Date
Hans Muller
7ee1ee31d1 Merge pull request #2297 from HansMuller/list_dividers
Added ListItem.divideItems() - inserts "full bleed" dividers between items
2016-03-01 13:15:43 -08:00
Hans Muller
69f9e3b2a9 Added ListItem dividers 2016-03-01 13:07:37 -08:00
Adam Barth
ac1cba59ca updateRenderObject() methods should use the .. pattern
Fixes #1381
2016-03-01 13:03:29 -08:00
Adam Barth
f3561d8035 Merge pull request #2299 from noman798/patch-1
Update update_dart_sdk.sh
2016-03-01 12:40:07 -08:00
Noman
904609024a Update update_dart_sdk.sh
in china ,
appspot is blocked,
but storage.googleapis.com can visited
2016-03-02 04:28:55 +08:00
Devon Carew
e41592d982 Merge pull request #2286 from devoncarew/validate_project_names
valdate project names in create
2016-03-01 11:38:35 -08:00
Adam Barth
6cd063bce0 Merge pull request #2294 from abarth/improve_errors
Improve the error message when calling setState during build
2016-03-01 11:22:17 -08:00
Phil Quitslund
8201015b63 Merge pull request #2285 from flutter/cassowary_cleanup
@override annotation cleanup.
2016-03-01 11:11:17 -08:00
Adam Barth
96246c1a04 Improve the error message when calling setState during build
Now we produce an error message that explains why this operation isn't
permitted by the framework.

Fixes #1925
2016-03-01 11:08:19 -08:00
Devon Carew
ebf1ecc5bd valdate project names in create 2016-03-01 11:03:59 -08:00
pq
8574e44209 @override annotation cleanup.
Added missing @override annotations (as per the `annotate_overrides` lint rule).
2016-03-01 10:00:08 -08:00
Adam Barth
9ce6bff558 Merge pull request #2279 from abarth/animation_nits
Minor improvements to AnimationController
2016-02-29 17:08:23 -08:00
Adam Barth
bf97313afb Merge pull request #2276 from abarth/detached_head
Flutter --version can't handle detached HEAD
2016-02-29 17:08:14 -08:00
Adam Barth
08de980a5a Minor improvements to AnimationController
* Makes repeat default to the lower and upper bounds
* Makes animateTo handle unbounded ranges better
* Improve the name of _TweenSimulation

Fixes #2096
Fixes #2090
Fixes #2091
2016-02-29 16:56:25 -08:00
Yegor
1f8434fa04 Merge pull request #2262 from yjbanov/find-by-tooltip
[driver] add smoke driver test; find by tooltip; retry predicate
2016-02-29 16:51:15 -08:00
Yegor Jbanov
6d35481cfa add smoke driver test; find by tooltip; retry predicate 2016-02-29 16:50:47 -08:00
yjbanov
6a1f47a532 factor out enum indexing into reusable EnumIndex 2016-02-29 16:50:47 -08:00
Adam Barth
18a2525fc8 Flutter --version can't handle detached HEAD
Handle this error condition better and tweak some of the formating for the
version string.

Fixes #2162
2016-02-29 16:25:44 -08:00
Ian Hickson
61b2657b33 Merge pull request #2273 from Hixie/stack-docs
Point Stack users to CustomMultiChildLayout.
2016-02-29 15:03:20 -08:00
Hixie
ff8d60c8dd Point Stack users to CustomMultiChildLayout. 2016-02-29 14:28:20 -08:00
Adam Barth
758de5ed10 Update engine 2016-02-29 13:10:47 -08:00
Adam Barth
4173e7e873 Merge pull request #2268 from abarth/clear_logs
Teach flutter logs to show only new logs
2016-02-29 12:51:15 -08:00
Matt Perry
1c2747ce5f Merge pull request #2269 from mpcomplete/rm.updater
Remove unused updater package.
2016-02-29 15:29:47 -05:00
Matt Perry
eaee8915e9 Remove unused updater package. 2016-02-29 15:11:20 -05:00
Adam Barth
ad718a8d1e Teach flutter logs to show only new logs
After this patch, the flutter logs command on Android shows only log messages
since the command was run. Previously, it showed historical logs, which was
confusing.

Fixes #2013
2016-02-29 12:05:07 -08:00
Hans Muller
ed34507369 Merge pull request #2261 from HansMuller/expland
Fixed a typo - Expland
2016-02-29 10:28:29 -08:00
Hans Muller
204130d221 Fixed a typo 2016-02-29 10:12:14 -08:00
Devon Carew
bcfaec9ba0 Merge pull request #2252 from devoncarew/verbose_output
Show time deltas
2016-02-28 12:19:15 -08:00
Devon Carew
4d93c376c9 improve verbose output 2016-02-27 23:36:02 -08:00
Devon Carew
005724b1f9 Merge pull request #2257 from devoncarew/call_stop_from_run
add back a call to device.stop() from the run command
2016-02-27 21:48:08 -08:00
Devon Carew
f9adbcf23d update a todo 2016-02-27 19:56:20 -08:00
Devon Carew
d326991b97 add back a call to device.stop() from the run command 2016-02-27 19:32:02 -08:00
Adam Barth
0316b0233e Merge pull request #2254 from eukreign/master
update to CONTRIBUTING.md to use the new update-packages command
2016-02-27 09:48:07 -08:00
Lex Berezhny
778742e893 update to CONTRIBUTING.md related to new update-packages command 2016-02-27 12:35:05 -05:00
Devon Carew
2868256860 Merge pull request #2245 from devoncarew/improve_startup_time
improve startup time
2016-02-27 08:26:25 -08:00
Devon Carew
4e10bf596c improve startup time 2016-02-27 08:19:19 -08:00
Ian Hickson
3c7ede15b0 Merge pull request #2250 from Hixie/analyzer-missing-file
flutter analyze: handle missing files
2016-02-26 21:41:21 -08:00
Ian Hickson
15e9b95d19 Merge pull request #2248 from Hixie/size-obs-10
SizeObserver crusade: The Last Test
2016-02-26 21:38:45 -08:00
Ian Hickson
071f756ab8 Merge pull request #2247 from Hixie/size-obs-9
SizeObserver crusade: ScrollableMixedWidgetListState
2016-02-26 21:38:22 -08:00
Hixie
ba918fea26 flutter analyze: handle missing files 2016-02-26 18:59:07 -08:00
Hixie
dfac9f9bd7 SizeObserver crusade: Remove SizeObserver 2016-02-26 18:55:34 -08:00
Hixie
d7bc93b7f0 SizeObserver crusade: The Last Test 2016-02-26 18:49:54 -08:00
Hixie
438f209088 SizeObserver crusade: ScrollableMixedWidgetListState 2016-02-26 18:40:05 -08:00
Ian Hickson
b18047bfb3 Merge pull request #2234 from Hixie/analyzer
Handle lines getting shorter during analysis
2016-02-26 17:47:21 -08:00
Ian Hickson
f6bd20ff64 Merge pull request #2241 from Hixie/size-obs-8
SizeObserver crusade: Mimcable
2016-02-26 16:57:17 -08:00
Hans Muller
0dd7285d4e Merge pull request #2239 from HansMuller/icon
Disabled IconButtons render correctly
2016-02-26 16:52:14 -08:00
Hixie
157ac75248 SizeObserver crusade: Mimcable 2016-02-26 16:48:46 -08:00
Adam Barth
fc564f0c44 Merge pull request #2238 from abarth/rm_animation_direction
Remove AnimationDirection
2016-02-26 16:46:53 -08:00
Ian Hickson
d998edd366 Merge pull request #2236 from Hixie/raw-gesture-detector-assert
Fix crash in Block.
2016-02-26 16:41:15 -08:00
Adam Barth
6f7ceff048 Merge pull request #2235 from abarth/animation_status
Elide fewer AnimationStatus callbacks
2016-02-26 16:36:04 -08:00