Devon Carew
8849cd6b2d
add a --deploy flag to build apk ( #3249 )
...
* add a --deploy flag to build apk
* update command description
* use an enum instead of a bool param for build variants
* rename buildForDeploy flag to buildVariant
* review comments
2016-04-12 09:21:17 -07:00
Devon Carew
b4173e20d4
fix to showing a progress display for long tasks ( #3265 )
2016-04-12 08:39:24 -07:00
Phil Quitslund
64a5007126
Merge pull request #3252 from pq/cli_flags
...
Migrate `enable-strict-call-checks` flag to options file.
2016-04-11 16:19:30 -07:00
pq
f270c3d069
Migrate enable-strict-call-checks flag to options file.
...
As per https://github.com/dart-lang/sdk/issues/25723 , moves last command-line flag to `.analysis_options`.
2016-04-11 14:05:44 -07:00
Phil Quitslund
9b2d2ad9d2
Merge pull request #3245 from pq/lint_fixes
...
Analyze Command lint cleanup.
2016-04-11 13:17:59 -07:00
pq
937f0eaf12
Analyze Command lint cleanup.
...
The push to dev-4 allows us to cleanup a few more bits:
* `api_docs` lint message special casing (lint fixed)
* `allowedIdentifiersPattern` (lint fixed)
2016-04-11 11:18:15 -07:00
Devon Carew
2a33e3f0c0
make flutter upgrade less verbose ( #3237 )
...
* more terse flutter upgrade
* fix an issue when updating and the engine update code has changed
* call flutter precache; add a --no-color hidden option
* fix a lint related to getters/setters
2016-04-11 11:17:09 -07:00
Ian Hickson
47f5c6f2e0
Add even more careful checks around BoxConstraints ( #3243 )
...
I ran into a case where I was setting minHeight=∞ and then calling
layout() with that constraint, which is all kinds of bad. To try to
catch this earlier, this patch now provides a way to catch constraints
that are requiring infinite values.
We don't _always_ check this because there are valid uses for
BoxConstraints.biggest, e.g. as an additionalConstraint.
2016-04-11 11:10:11 -07:00
Seth Ladd
f43e1dfaff
Fix instruction when app is missing enableFlutterDriverExtension ( #3239 )
2016-04-11 09:17:51 -07:00
Seth Ladd
3e661965c2
de-dupe API docs in flutter_driver ( #3240 )
2016-04-11 09:11:32 -07:00
Devon Carew
7ad1e38eac
Fix windows crash ( #3236 )
...
* better messaging about windows support
* fix lints
2016-04-11 08:34:01 -07:00
Devon Carew
26906240e5
fix an issue parsing adb devices ( #3235 )
2016-04-11 07:50:03 -07:00
krisgiesing
504610791f
Update wording on viewport test ( #3228 )
2016-04-08 23:52:52 -07:00
stevemessick
8847b86681
Add validity checks to create ( #3215 )
...
* Add validity checks to create
* Adjust indent
2016-04-08 20:37:50 -07:00
Hans Muller
d9e0c32da2
Remove ScrollableListPainter ( #3226 )
...
* Remove ScrollableListPainter
2016-04-08 17:08:35 -07:00
Hans Muller
df0a9fc179
Scrollbar cleanups ( #3229 )
2016-04-08 16:45:54 -07:00
Viktor Lidholt
83ef964ac6
Updates selection controls gallery demo ( #3225 )
2016-04-08 14:33:34 -07:00
Hans Muller
34f23cc456
Added OverscrollIndicator, removed OverscrollIndicatorPainter ( #3220 )
...
* Added OverscrollIndicator, removed OverscrollIndicatorPainter
2016-04-08 14:21:00 -07:00
Devon Carew
1311ae6ffe
add a target for android-x64 ( #3224 )
...
* add a target for android-x64
* update armeabi-v7a to x86_64
2016-04-08 14:04:46 -07:00
Devon Carew
2115f987e1
rev the dart sdk to 1.16.0-dev.4.0 ( #3221 )
2016-04-08 13:19:24 -07:00
Adam Barth
295d3749bd
FlexibleSpaceBar fails to animate ( #3222 )
...
We need to listen to the Scaffold's animation so that we rebuild every time it
ticks so that we can drive our animations.
2016-04-08 13:05:47 -07:00
Adam Barth
9a40679d87
Improve the docs for Overlay ( #3216 )
...
Fixes #3197
2016-04-08 12:33:48 -07:00
Adam Barth
0b46b00751
Add more dartdoc to material.dart ( #3204 )
...
The dartdoc will continue until morale improves.
2016-04-08 12:33:35 -07:00
Viktor Lidholt
9b5361acab
Moves and renames gallery demos ( #3217 )
2016-04-08 11:08:21 -07:00
Adam Barth
1251f01ec7
Convert some Columns into Blocks ( #3210 )
...
These columns were secretly re-creating Block in a more complex way. Now we
just use Block directly.
2016-04-08 10:42:48 -07:00
Adam Barth
e456d86327
Update engine ( #3214 )
...
Also, update hello_android to use the new Java class names.
2016-04-08 10:25:41 -07:00
Devon Carew
c00d61f6ec
have flutter precache print if there's no work to do ( #3213 )
...
* have flutter precache print if there's no work to do
* tweak precache
2016-04-08 10:25:30 -07:00
Viktor Lidholt
f8c1d619a6
Fixes spelling in gallery button demo ( #3209 )
2016-04-08 10:24:09 -07:00
Devon Carew
750796846c
move services to using cache.dart ( #3211 )
2016-04-08 10:23:47 -07:00
Adam Barth
65b36f131d
Remove pub package version skew ( #3212 )
...
We need to pin the version of package:analyzer we use to avoid version skew
within our project.
2016-04-08 10:08:13 -07:00
Jason Simmons
f7b1799a62
Do not check for an existing package map if a command is going to run "pub get" to update the package map ( #3202 )
...
Also remove a redundant check for the --pub option in the run command
2016-04-08 09:34:42 -07:00
Adam Barth
412ce9d295
Add flutter precache ( #3207 )
...
This command explicitly populates the flutter tool's cache of binary artifacts.
Also, teach `flutter create` to update the cache in case its the first command
that a user runs.
2016-04-08 08:51:44 -07:00
Adam Barth
dd5831cb36
Run pub get if flutter_tools.stamp changes ( #3206 )
...
This will help folks run pub get after they upgrade their flutter.git
revision.
2016-04-08 07:19:25 -07:00
Yegor
99e916d0e2
[driver] fix analyzer warnings in the extension ( #3205 )
2016-04-07 17:33:17 -07:00
Hans Muller
6335872802
Added Scrollbar, removed ScrollbarPainter ( #3203 )
...
* Added Scrollbar, removed ScrollbarPainter
* removed a dead import
* updated per review feedback
* Only call dispatch if the widgets State is still mounted
2016-04-07 16:59:51 -07:00
Jason Simmons
4bcef2a340
Some documentation for running "flutter refresh" in the Gradle sample ( #3201 )
2016-04-07 16:16:22 -07:00
Devon Carew
3cfa4d39c6
docs cleanup ( #3196 )
...
* some docs cleanup
* update styles
* remove unused file
2016-04-07 15:27:43 -07:00
Adam Barth
8254dce2f5
Dismissable doesn't resize from its full size ( #3194 )
...
Previously we'd snap to the size of the background widget before resizing to
zero. Now we force the background widget to match the size of the dimissable
widget at the time it was dismissed.
Fixes #3092
2016-04-07 15:08:02 -07:00
Seth Ladd
84acea3627
Make analyzer happy, remove incorrect instruction ( #3181 )
...
Closes https://github.com/flutter/flutter/issues/3149
Closes https://github.com/flutter/flutter/issues/3148
2016-04-07 14:03:49 -07:00
Adam Barth
99718794b3
Use the proper charset for decoding HTTP responses ( #3182 )
...
Previously we always used Latin-1.
2016-04-07 13:40:36 -07:00
Devon Carew
a729b02f1a
move the engine download code to dart ( #3180 )
...
* move the engine download code to dart
* fix populating the bin/cache/pkg dir
2016-04-07 13:31:44 -07:00
Viktor Lidholt
b9e121a5fa
New version of Button demo ( #3174 )
2016-04-07 13:08:14 -07:00
Seth Ladd
5b5c701d84
document libs from sky_services ( #3170 )
...
* document libs from sky_services
* scan directory of sky_services for libraries
* simplify error message when sky_services directory not found
* address review comments
2016-04-07 12:46:50 -07:00
Adam Barth
81e18ac11c
We should lerp decorations in the correct direction ( #3176 )
...
Previously we lerped them backwards.
Fixes #2832
2016-04-07 12:46:10 -07:00
Chinmay Garde
3d2fc9e758
Update engine revision. ( #3178 )
2016-04-07 12:45:39 -07:00
Jason Simmons
9d022ed26d
Add a command that can capture a Skia picture of a Flutter frame and send it to a file or skiaserve debugger ( #3165 )
2016-04-07 12:33:11 -07:00
Devon Carew
34a67329fd
use --no-precompile ( #3175 )
...
* use --no-precompile
* use the flutter bin cache's sdk
2016-04-07 11:06:38 -07:00
Yegor
f697f58ccd
[driver] fix match state hand-off in matcher_util.dart ( #3103 )
...
Fixes https://github.com/flutter/flutter/issues/3094
2016-04-07 10:08:14 -07:00
Adam Barth
907215df27
Add more dartdoc to material.dart ( #3167 )
...
Also, clean up a few interfaces that looked awkward when writing docs.
2016-04-07 10:03:59 -07:00
Devon Carew
40598449ad
add cache.dart to help manage the cache dir ( #3168 )
...
* add cache.dart to help manage the cache dir
* sp
2016-04-07 09:15:58 -07:00