Devon Carew
b9e7ee88d8
Remove atom check ( #6605 )
...
* remove the validator check for atom
* remove the atom launch config
* review comments
2016-11-01 11:46:30 -07: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
Adam Barth
030f623a84
Prevent flutter create
from running inside SDK ( #6587 )
...
Fixes #6480
2016-10-28 20:29:19 -07:00
Adam Barth
70eb4929af
Stop downloading sky_services and flutter_services ( #6583 )
...
These aren't needed anymore.
2016-10-28 16:25:05 -07:00
Adam Barth
7e539fea01
Remove flutter run_mojo
( #6584 )
...
This command is no longer needed. Also, remove some stray references to Mojo.
2016-10-28 16:24:57 -07:00
Dan Rubel
949e27ae8f
improve flutter create error message ( #6525 )
2016-10-26 19:11:55 +01:00
Ryan Macnak
2ac7d67e6a
Roll Dart VM. ( #6472 )
2016-10-25 10:40:54 -07:00
Wyatt Arent
c176346ec4
Fix Missing newline in flutter run help ( #6485 )
...
Issue #6461
2016-10-22 22:24: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
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
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
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
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
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
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
Dan Rubel
cd65b7902c
switch to package:mustache ( #6273 )
2016-10-11 17:44:12 -04:00
Dan Rubel
aed056c64b
remove flutter listen ( #6198 )
2016-10-05 14:11:41 -04: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
Dan Rubel
9f673ad445
flutter analyze --watch ( #6093 )
2016-10-04 08:20:24 -04:00
Dan Rubel
8b164d7c46
improve "no device connected" message after "flutter run" ( #6179 )
2016-10-03 22:19:58 -04:00
Jason Simmons
35de41d648
Require the diagnotic-port flag on the flutter skia command ( #6174 )
...
The diagnostic port forward can be arbitrarily assigned and typically
is not the default
Fixes https://github.com/flutter/flutter/issues/5867
2016-10-03 11:24:18 -07:00
P.Y. Laligand
b4e379ad6c
Goodbye "build mojo", we hardly knew ye. ( #6162 )
2016-10-01 08:50:04 -07:00
P.Y. Laligand
030b110f69
New "build mojo" command to build flx files for Fuchsia. ( #6112 )
2016-09-30 10:23:33 -07:00
Devon Carew
d9bbd2fb53
make app ids more unique ( #6113 )
...
* make app ids more unique
* in-line the uuid class
2016-09-28 11:18:05 -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
Devon Carew
cf794f42ef
return info about whether a device is an emulator ( #6114 )
2016-09-28 01:10:40 -07:00
Devon Carew
f7d501024c
share a common default for enabling hot reload ( #6081 )
2016-09-26 19:02:04 -07:00
Jason Simmons
0fb35fad43
Update the local engine paths to match the latest build files ( #6074 )
2016-09-26 11:21:43 -07:00
Devon Carew
4c1e4a24ae
allow daemon app launches to be more lenient about device ids ( #6015 )
2016-09-23 08:52:10 -07:00
Dan Rubel
133a9c35db
extract flutter watch from flutter analyze ( #6012 )
2016-09-23 09:03:23 -04:00
Ian Hickson
7a0f3d3405
Remove a sketchy override of a field ( #6009 )
...
The way this was implemented is sketchy, especially in strong mode.
2016-09-22 16:07:56 -07:00
Dan Rubel
3f68e187f3
Help verbose show hidden options ( #5979 )
...
* show hidden flags when showing verbose help
* flutter -v show verbose help
2016-09-22 05:58:45 -04:00
James Robinson
a95c9fdb58
Isolate imports of generated Dart code from generated path ( #5960 )
...
This rewrites imports of various mojom.dart files from the Flutter
engine repo to instead import normal-looking dart files from the
(new) flutter_services package. This package handles exporting the
correct symbols from generated code wherever that may live.
Includes an engine roll to 3551e7a48e2e336777b15c7637af92fd7605b6c5
which contains the new flutter_services package.
2016-09-21 14:00:29 -07:00
Dan Rubel
573eaf0b71
diagnost XCode signing errors and offer suggestions ( #5913 )
...
Fixes https://github.com/flutter/flutter/issues/5775
2016-09-16 17:59:43 -04:00
Phil Quitslund
fffde14f64
Update tools to use analyzer
from vended Dart SDK. ( #5900 )
...
* Update tools to use `analyzer` from vended Dart SDK.
* updates `flutter_tools` and `flutter_test` to use the SDK-vended `analyzer` package
* tweaks dependency tracking logic to only record the SDK-vended `analyzer` so as not to crash on spurious conflicts (due to transitive dependencies)
* Review fixes.
2016-09-16 11:06:17 -07:00
Dan Rubel
1821238279
Refactor flutter command execution ( #5892 )
...
* refactor _run to runCmd
* replace requiresProjectRoot getter with call to commandValidator
* replace requiresDevice getter with call to findTargetDevice
* trace command requires a debug connection, not a device
* inline androidOnly getter
* rename command methods to verifyTheRunCmd and runCmd
* move common verification into BuildSubCommand
* rename deviceForCommand to device
* rename methods to verifyThenRunCommand and runCommand
2016-09-16 09:13:35 -04:00
Dan Rubel
cc1755aac9
move all analysis options to repo root ( #5882 )
...
This moves all of the various .analysis_options* files to the flutter repo root so that it's easier to
* remember to keep them all in sync, and
* easily refer customers to them
2016-09-15 11:59:46 -04:00
John McCutchan
fd50ccdd95
Enable hot mode by default. --no-hot disables it ( #5794 )
2016-09-13 14:38:05 -07:00
Dan Rubel
672d04e0d0
close sinks cleanup ( #5838 )
...
part of https://github.com/flutter/flutter/issues/5789
2016-09-13 14:15:36 -04:00
Konstantin Scheglov
0774a6748e
Build unlinked summaries for packages on upgrade. ( #5816 )
...
* Build unlinked summaries for packages on upgrade.
* Iterate through the packages in folders.
* Rollback the debug change.
2016-09-12 13:58:32 -07:00
Adam Barth
4ea8f302ab
Teach flutter upgrade to switch to master ( #5827 )
...
To avoid orphaning people on the deprecated alpha branch, this patch teaches
`flutter upgrade` to switch to the master branch.
2016-09-12 13:25:57 -07:00
John McCutchan
718a88d06e
Add a --benchmark mode to hot run ( #5787 )
2016-09-12 12:19:08 -07:00
Chris Bracken
17c7118ab6
Use runCommandAndStreamOutput() to launch driver ( #5806 )
...
... in place of manual process wrangling.
2016-09-09 16:08:59 -07:00
Chris Bracken
726d31689d
drive: Replace manual pub get with usesPubOption() ( #5803 )
2016-09-09 15:04:01 -07:00
Chris Bracken
e7601e3fa5
Use .packages for flutter driver tests ( #5795 )
...
Fixes flutter drive breakage introduced in d2fda677e1b2919538d6df10eba859803b131462.
2016-09-09 13:57:16 -07:00
Dan Rubel
bb0a6757fc
Suggest simulator when no devices ( #5770 )
...
When flutter run is used on a Mac and no devices are specified or attached, suggest launching a simulator first. Fixes https://github.com/flutter/flutter/issues/5674
2016-09-08 17:37:39 -04:00
Dan Rubel
3ed3390d0c
flutter analyze repo analysis options ( #5707 )
...
This updates the flutter analyze command to use the .analysis_options_flutter_analyze in the repo root when either the --flutter-repo flag is supplied or the sources being analyzed reside in the flutter repo.
2016-09-07 22:41:59 -04:00