Devon Carew
bf25b31a65
some updates to the launch verbiage ( #7236 )
2016-12-12 09:31:58 -08:00
Dan Rubel
a9584e1214
Handle new observatory url ( #7061 )
...
* reapply handle new Observatory URL changes
Fixes https://github.com/flutter/flutter/issues/6843
* allow non numeric IPv4 addresses
Fixes https://github.com/flutter/flutter/issues/7051
2016-11-30 20:29:04 -05:00
Dan Rubel
fcf41fc737
revert handle new Observatory URL ( #7056 )
...
737a55ef3e
2016-11-28 16:15:19 -05:00
Dan Rubel
737a55ef3e
handle new Observatory URL ( #6992 )
2016-11-28 11:36:20 -05:00
Ian Hickson
27cceff20d
Allow debugPaintSizeEnabled to be toggled from the runner ( #7028 )
2016-11-27 23:50:20 -08:00
Devon Carew
5658577475
pass through the ws debugging uri ( #6989 )
2016-11-22 13:18:35 -08:00
John McCutchan
c1a3100e4c
Remove all the Android specific special cases from the runners ( #6957 )
...
- [x] Make iOS and Android application startup paths consisitent.
- [x] Remove the now unncessary Android specific special cases from the runners.
2016-11-21 14:01:35 -08:00
Todd Volkert
9cb914df17
Allow for application-specific log readers. ( #6898 )
...
* Allow for application-specific log readers.
When running with prebuilt application binaries, those applications
aren't guaranteed to be named "Runner" (as it is when we build
the app locally in Flutter tools)
2016-11-16 17:19:00 -08:00
Dan Rubel
e384c0d982
Refactor flutter command exit code - part 2 ( #6817 )
...
* convert pubGet to throw ToolExit on non-zero exit code
* convert commandValidator to throw ToolExit for non-zero exit code
* convert flutter commands to throw ToolExit for non-zero exit code
* use convenience method throwToolExit
* only show "if this problem persists" for unusual exceptions
2016-11-13 22:09:03 -05:00
John McCutchan
e908655207
Remove legacy restart support ( #6801 )
2016-11-10 11:12:59 -08:00
John McCutchan
8c70ad43ae
Remove old benchmark code from the non-hot runner. ( #6762 )
...
- [x] Remove old benchmark code from the non-hot runner.
- [x] Remove some dead code.
- [x] Fix a throw that should be a rethrow.
2016-11-09 16:48:49 -08:00
Devon Carew
fcfb2a5c55
Better progress ( #6677 )
...
* make showElapsedTime default to true
* support nested progresses
* improve hot reload message
* rethrow
2016-11-03 13:28:17 -07:00
Dan Rubel
1f1adcaa0e
refactor app.* daemon events ( #6679 )
2016-11-03 14:29:56 -04:00
Ian Hickson
1c2be02753
style fixes ( #6662 )
2016-11-02 12:41:57 -07:00
Ian Hickson
5097fd4f50
Prettier help in tool ( #6637 )
2016-11-02 11:29:01 -07:00
Devon Carew
e6da16bbf0
Handle release stop ( #6493 )
...
* implement app.stop() for release runs
* update comment
2016-11-01 13:01:03 -07:00
John McCutchan
5f57d87aa3
Disable features of flutter run
that depend on the service protocol when running in release mode ( #6571 )
2016-11-01 15:50:47 +01:00
Ian Hickson
a33b70ed33
Clean up 'flutter run' output. ( #6610 )
...
Fixes #4166 .
Fixes #5120 .
Fixes #5399 .
Fixes #6507 .
2016-10-31 21:57:59 -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
John McCutchan
dd52b7c5cb
Use Chain.capture instead of RunZoned ( #6420 )
2016-10-20 09:40:00 -07:00
Todd Volkert
904d524313
Add support for --use-application-binary on iOS ( #6318 )
...
Fixes #6283
2016-10-13 16:17:50 -07: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
Devon Carew
d3d9e1cadb
use less granular progress ( #6130 )
...
* use less granular progress
* update restart text
2016-09-29 15:02:17 -07:00
John McCutchan
ca8070f904
Fix flutter run --use-application-binary ( #6106 )
...
When using --use-application-binary:
- [x] Stop flutter run from checking for a pubspec.yaml in current directory
- [x] Stop flutter run from invoking pub get
- [x] Set 'shouldBuild' based on --use-application-binary
- [x] Stop requiring 'lib/main.dart' to be present before running.
- [x] Stop building an FLX when launching on Android
2016-09-28 08:46:16 -07:00
Dan Rubel
80d46a893d
update flutter run --release to launch and exit ( #5942 )
2016-09-20 14:41:09 -04:00
Jason Simmons
073f64de1a
Only call refreshViews if the VM service is available ( #5474 )
...
Fixes https://github.com/flutter/flutter/issues/5468
2016-08-18 06:38:35 -07:00
John McCutchan
3a012b326f
vmservice redux ( #5437 )
2016-08-17 09:01:04 -07:00
Devon Carew
e880d51f00
fix an issue where --hot would not exit ( #5421 )
...
* fix an issue where --hot would not exit
* add type annotations
2016-08-16 08:56:31 -07:00
Jason Simmons
f9876cba4c
Wait for stopApp to complete before proceeding with the app install/run flow ( #5412 )
2016-08-15 15:24:00 -07:00
John McCutchan
cab7c8d7b3
Rename Observatory to VMService ( #5349 )
2016-08-11 13:14:13 -07:00
Devon Carew
6b1597dc0d
send the base uri back to debuggers ( #5321 )
...
* send the base uri back to debuggers
* add a fullRestart parameter to app.restart
* add await
2016-08-11 09:51:19 -07:00
Devon Carew
14483586e0
make flutter run work with a pre-built apk ( #5307 )
...
* make flutter run work with a pre-built apk
* refactor to remove the buildDir param
2016-08-09 14:38:13 -07:00
Yegor
a0aa0edfc5
--trace-startup: non-zero exit code when fails; enable in iOS runtime ( #5309 )
2016-08-09 14:12:15 -07:00
Devon Carew
1d0183870b
make the apk building part of flutter run optional ( #5301 )
2016-08-09 09:03:39 -07:00
John McCutchan
4c1dde8d67
Add a control pipe that can trigger reloads / restarts ( #5282 )
2016-08-09 07:11:24 -07:00
Devon Carew
30505aef8b
support hot mode from the daemon protocol ( #5271 )
...
* support hot mode from the daemon protocol
* move method params to constructor
2016-08-05 21:09:42 -07:00
John McCutchan
81b4e827e1
Split hot run mode into a separate file ( #5233 )
2016-08-05 12:04:33 -07:00
Ian Hickson
d7fb51a551
Hot reload UI polish ( #5193 )
...
* General improvoments to the loader app:
* Show a message after 8 seconds if no connection comes in.
* Show a progress bar as files are being uploaded.
* Hide the spinner just before launching the application.
* General improvements to the "flutter run" UI:
* Add "?" key as a silent alias for "h".
* Make the help text bold so it doesn't get mixed with the logs.
* Make "R" do a cold restart when hot reload is enabled.
* Supporting features and bug fixes:
* Add support for string service extensions.
* Other bug fixes:
* Expose debugDumpRenderTree() outside debug mode.
* Logger.supportsColor was missing a getter.
* Mention in the usage docs that --hot requires --resident.
* Trivial style fixes.
2016-08-02 16:52:57 -07:00
John McCutchan
b11b2a1d46
Add loader screen for --hot mode ( #5113 )
2016-07-28 13:48:48 -07:00
John McCutchan
f6de2fbf2f
Fix hot reload failure handling
2016-07-22 09:51:59 -07:00
John McCutchan
2f5a0dcdce
Tweaks to --hot mode
2016-07-21 11:01:06 -07:00
John McCutchan
0de691621b
Add --hot mode for flutter run
2016-07-20 14:38:25 -07:00
Devon Carew
d0f43ed9bd
update flutter run --devfs ( #4942 )
...
* update flutter run --devfs
* use async; add todo
2016-07-18 13:10:48 -07:00
Adam Barth
8d56fae557
Finish integrating HelloServices model on iOS ( #4820 )
...
This patch changes the default `flutter create` command to generate a
HelloServices-style app on iOS. As a consequence, the Atom integration now
fully works with HelloServices.
2016-07-06 13:13:28 -07:00
Devon Carew
ec752d813d
send ext.flutter.debugDumpApp; ext.flutter.reassemble ( #4810 )
...
* send ext.flutter.debugDumpApp; ext.flutter.reassemble
* expose debugDumpRenderTree
2016-07-04 11:21:56 -07:00
Todd Volkert
e91f3eef46
Don't uninstall before installing in flutter run
( #4699 )
...
#4672
2016-06-22 15:43:57 -07:00
Adam Barth
ba4f1e02c2
Add an example of listening to app lifecycle events ( #4623 )
...
Fixes #4553
2016-06-18 10:43:38 -07:00
Devon Carew
661740d2d6
updates from previous review ( #4577 )
2016-06-15 11:25:31 -07:00
Devon Carew
fc47909e9f
send application files to the observatory's devfs ( #4572 )
...
* send application files to the observatory's devfs
* update comment
2016-06-15 09:29:23 -07:00
Devon Carew
b6c3ae37f6
send supportsRestart flag when starting an app ( #4513 )
...
* send supportsRestart flag when starting an app
* remove unused imports
* review comments
2016-06-13 13:16:20 -07:00