Jason Simmons
5a9b8b77e5
Do not print the output of the package dependency tool during hot reload ( #6494 )
2016-10-24 16:07:29 -07:00
Chris Bracken
d4c2481e37
Fix doc comments typos ( #6499 )
2016-10-24 13:03:15 -07:00
Ian Hickson
5032019f39
Include widget configuration in the template ( #6476 )
...
This should help new users figure out how to set up their constructors
and use config data from the build method of a State.
2016-10-24 11:26:30 -07:00
Wyatt Arent
0838ef7d0b
logger use milliseconds instead of seconds for reporting elapsed time ( #6487 )
...
* logger use milliseconds instead of seconds for reporting elapsed time (#5400 )
* Update authors (#5400 )
* Remove unnecessary comment
2016-10-23 09:54:08 -07:00
Wyatt Arent
c176346ec4
Fix Missing newline in flutter run help ( #6485 )
...
Issue #6461
2016-10-22 22:24:59 -07:00
Jason Simmons
022cb2d9dc
Do not buffer logs in the verbose logger ( #6465 )
...
With the old policy the most recent log would not be printed until the next
log is produced (which may be indefinitely). This change prints logs
immediately along with a time delta since the previous log.
2016-10-21 16:54:59 -07:00
Todd Volkert
379b1030d7
Rollback commits to get iOS into a stable state ( #6464 )
...
* Rollback commits to get iOS into a stable state
This rolls back the following commits:
* 23c52fc (#6434 )
* a97cf4b (#6433 )
* e72e174 (#6428 )
It also updates the engine to a newer revision that has the
necessary rollbacks in the engine repo.
Fixes #6458
2016-10-21 16:10:44 -07:00
Chinmay Garde
f3ca11042e
Bump up the timeout on port acquisition and forwaring to 60 seconds. ( #6468 )
...
It takes a little bit longer that 10 seconds to install, launch and
have the observatory be available on an iPod touch. Depending on the
size of the application, it could be a lot longer to transer the
bundle over the wire. The 60 seconds is arbitrary.
2016-10-21 16:07:39 -07:00
Devon Carew
55a374d46b
Reload pause ( #6459 )
...
* add a pause parameter to the reload command
* encode OperationResult as json
* reverse isOk logic
2016-10-21 16:07:19 -07:00
Ian Hickson
fad62d4164
Update the flutter create template. ( #6443 )
...
This tries to capture some of the experience of usability study
participant P1.
2016-10-20 20:44:14 -04:00
John McCutchan
23c52fc7a1
Handle errors thrown while doing a DevFS sync via HTTP PUT. ( #6434 )
2016-10-20 13:21:42 -07:00
Jason Simmons
1b2049eff4
Fix app refresh on Android in no-hot-reload mode ( #6435 )
...
Also remove the obsolete "flutter refresh" command
2016-10-20 12:37:04 -07:00
Ryan Macnak
a97cf4b579
Adapt to vm isolate and isolate snapshot pieces being emitted as assembly. ( #6433 )
2016-10-20 12:11:31 -07:00
Devon Carew
f1d70fcdd3
create intellij metadata from flutter create ( #6429 )
2016-10-20 12:03:38 -07:00
John McCutchan
e72e174461
Encode DevFS filenames so they are safe for http headers ( #6428 )
2016-10-20 10:50:25 -07:00
John McCutchan
dd52b7c5cb
Use Chain.capture instead of RunZoned ( #6420 )
2016-10-20 09:40:00 -07:00
Dan Rubel
28384787d1
search for IntelliJ on Mac in /Application and sub folders 1 level deep ( #6419 )
2016-10-20 12:01:29 -04:00
John McCutchan
9112823802
Do not reassemble the application after a hot reload if the isolate is paused ( #6370 )
2016-10-20 07:30:24 -07:00
Adam Barth
c074265298
Add support for building on Fuchsia ( #6415 )
...
This patch makes it possible to build Flutter apps that use the framework on
Fuchsia.
2016-10-20 01:32:45 -07:00
Jason Simmons
edbe034847
Specify the algorithm used to sign APK packages ( #6404 )
...
Required for compatibility with older versions of Android
2016-10-19 16:10:46 -07:00
Phil Quitslund
57044c2a63
Bump to Dart SDK 1.21.0-dev.0.0
. ( #6372 )
...
Bump to latest Dart SDK dev build (`1.21.0-dev.0.0`).
* updates to analyzer w/ support for bazel workspaces
* removes deprecated analysis `cacheSize` variable access
2016-10-18 13:38:13 -07:00
Yegor
88e065de86
driver: forward device logs to local console ( #6360 )
...
Fixes #4261
2016-10-17 14:52:46 -07:00
Devon Carew
e9b041f21e
don't run the summary code if the upgrade fails ( #6350 )
2016-10-16 10:05:13 -07:00
Todd Volkert
cedbfd4896
Don't crash if we fail to get the flutter or engine revision ( #6332 )
2016-10-14 15:43:44 -07:00
Chris Bracken
4a3cd61044
Execute flutter doctor on upgrade ( #6330 )
...
Ensure that any new/changed doctor checks are evaluated and reported
post upgrade.
2016-10-14 12:57:37 -07:00
Adam Barth
9a136b8722
Reduce logspam on iOS simulator ( #6327 )
...
Fixes #6311
2016-10-14 11:06:10 -07:00
Adam Barth
9ae7f4903e
Update IML files
2016-10-14 09:58:48 -07:00
Ian Hickson
71e05ff8f2
Clarify output of flutter create ( #6305 )
...
Previously it implied that you had to always say lib/main.dart in the "flutter run" command.
2016-10-13 21:21:59 -04:00
Todd Volkert
904d524313
Add support for --use-application-binary on iOS ( #6318 )
...
Fixes #6283
2016-10-13 16:17:50 -07:00
Dan Rubel
e20ee045ba
Flutter doctor detect IntelliJ on Mac ( #6262 )
...
* cleanup obtaining user home directory path
* refactor doctor and detect IntelliJ on Mac
* fix detect Flutter plugin for IntelliJ
2016-10-13 10:44:20 -04:00
Devon Carew
8f0f19a5e2
increase the port check iteration count ( #6301 )
2016-10-12 23:48:08 -07:00
Adam Barth
a6b5293df9
Update iml files ( #6300 )
...
These changes were generated by IntelliJ.
2016-10-12 23:33:17 -07:00
Chris Bracken
3884077609
Improve doctor reporting for iOS toolchain ( #6289 )
...
Previously, overall status was reported as good if Xcode and homebrew
were installed, even if there were issues with either of the tools. We
now report partial status if we detect issues with either installation.
2016-10-12 14:19:31 -07:00
P.Y. Laligand
2c41a40004
Updated mustache dependency for flutter_tools. ( #6287 )
2016-10-12 12:53:06 -07:00
Jason Simmons
2805e5f8b8
Remove logs about unrecognized service protocol object types ( #6278 )
2016-10-12 09:41:35 -07:00
Dan Rubel
cd65b7902c
switch to package:mustache ( #6273 )
2016-10-11 17:44:12 -04:00
John McCutchan
be22f0d2b2
Don't show restart help text when running from a prebuilt app ( #6269 )
2016-10-11 12:52:48 -07:00
P.Y. Laligand
3161d1a5b7
Use the version of analyzer available in the Fuchsia tree. ( #6261 )
2016-10-10 16:49:55 -07:00
John McCutchan
87ba8699cb
Don't try to update the cache if locking is disabled ( #6258 )
2016-10-10 15:25:01 -07:00
Devon Carew
e303a7f735
add run configurations ( #6243 )
2016-10-07 13:03:52 -07:00
Dan Rubel
94a83af5b1
Cleanup bin/cache ( #6247 )
2016-10-07 15:24:19 -04:00
Adam Barth
2c21d795a4
Deploy @checked
( #6244 )
...
This patch adds `@checked` everywhere is needed to remove the
`strong_mode_invalid_method_override` strong mode error.
2016-10-07 11:27:54 -07:00
Dan Rubel
7745dd73c7
improve flutter tool error message for download problems ( #6238 )
2016-10-06 17:49:14 -04:00
Yegor
3c40c85506
simplify lockfile-related message; move details to verbose level ( #5556 )
2016-10-06 10:11:54 -07:00
Dan Rubel
3136620427
Flutter doctor detect intellij on Linux ( #6227 )
2016-10-05 18:00:30 -04:00
Dan Rubel
aed056c64b
remove flutter listen ( #6198 )
2016-10-05 14:11:41 -04:00
Phil Quitslund
e44f6fe478
Bump Dart SDK to 1.20.0-dev.10.0
. ( #6212 )
...
* Bump Dart SDK to `1.20.0-dev.10.0`.
`1.20.0-dev.10.0` corresponds to `1.20-RC0`.
* pubspec.lock cleanup
* check for pubspec.lock existence
* cleaned up conditional remove
2016-10-05 09:05:15 -07:00
Devon Carew
95fa9e3c55
Less chatty ( #6213 )
...
* make flutter create less chatty
* output generated file count; mention lib/main.dart
2016-10-05 08:26:17 -07:00
Devon Carew
b00e6cda66
tweak the device description for emulators ( #6214 )
2016-10-04 20:29:10 -07:00
Dan Rubel
55bc771f58
flutter devices indicate which are simulators ( #6200 )
2016-10-04 13:07:42 -04:00