Devon Carew
|
5daf58ce1e
|
refactor commands to move out re-usable functionality
|
2016-01-21 09:38:46 -08:00 |
|
Devon Carew
|
a14c2d219e
|
parse out the ios simulator device name
|
2016-01-20 22:01:57 -08:00 |
|
Eric Seidel
|
f9c7a8f606
|
Make flutter start not report erroneous failure
Was failing when starting in the iOS Simulator
@chinmaygarde
|
2016-01-20 17:57:28 -08:00 |
|
Devon Carew
|
70fb49fb14
|
refactor build command into two files
|
2016-01-20 15:45:34 -08:00 |
|
Devon Carew
|
5ac6f9313d
|
Merge pull request #1305 from devoncarew/device_notification
Device notification
|
2016-01-20 10:03:56 -08:00 |
|
Devon Carew
|
87e6b9a082
|
name and grammar tweaks
|
2016-01-20 08:38:50 -08:00 |
|
Devon Carew
|
8bb8e1d9e7
|
add device notifications to the daemon command
|
2016-01-19 21:29:20 -08:00 |
|
Devon Carew
|
386c351884
|
improve the failure mode when run from a non-flutter project
fix an issue where errors were printed twice
|
2016-01-19 20:56:23 -08:00 |
|
Chinmay Garde
|
477530f309
|
Merge pull request #1249 from chinmaygarde/master
First take on `flutter start` for iOS devices
|
2016-01-19 14:59:05 -08:00 |
|
Devon Carew
|
2727954d0e
|
review comments
|
2016-01-19 13:15:58 -08:00 |
|
Devon Carew
|
077ee32ea5
|
guard against npe
|
2016-01-19 12:15:11 -08:00 |
|
Devon Carew
|
677a80c16b
|
add a wrapper around the adb command
|
2016-01-19 11:31:20 -08:00 |
|
Adam Barth
|
7019e92f38
|
Skip "list of devices" header from adb
Sometimes "adb devices" prints a header. We should skip over the header
instead of complaining that we don't recognize it.
Fixes #1293
|
2016-01-18 11:26:29 -08:00 |
|
Ian Hickson
|
62673cf67b
|
Merge pull request #1286 from Hixie/better-analyze
Make 'flutter analyze' support analyzing arbitrary files
|
2016-01-17 22:34:13 -08:00 |
|
Ian Hickson
|
1f6ed67bd9
|
Make 'flutter analyze' support analyzing arbitrary files
Before we didn't know how to find the packages of random files. Now we do.
|
2016-01-16 13:38:47 -08:00 |
|
Ian Hickson
|
9eb978443b
|
Prepare flutter analyze for dart 1.14
|
2016-01-16 11:28:13 -08:00 |
|
Chinmay Garde
|
c8672a40c1
|
Fix Dart analyzer warning
|
2016-01-15 11:51:45 -08:00 |
|
Chinmay Garde
|
602a35617a
|
Update flutter start for iOS simulator
|
2016-01-15 11:51:45 -08:00 |
|
Chinmay Garde
|
02f423f5d3
|
Minor: Remove unnecessary continue
|
2016-01-15 11:51:45 -08:00 |
|
Chinmay Garde
|
e98b7f4c48
|
Make picking of either an iOS or Android device from a configuration follow a common code path
|
2016-01-15 11:51:45 -08:00 |
|
Chinmay Garde
|
53ea61942b
|
Invoke Device::startApp on the specific device
|
2016-01-15 11:51:45 -08:00 |
|
Chinmay Garde
|
fbef955cb9
|
Update IOSDevice::startApp for precompilation
|
2016-01-15 11:51:45 -08:00 |
|
Chinmay Garde
|
b7e388c5dd
|
Allow preconfigured packages for iOS simulator and devices
|
2016-01-15 11:51:45 -08:00 |
|
Chinmay Garde
|
9fd1711b43
|
Add configurations for prebuilt iOS and iOS simulator targets
|
2016-01-15 11:51:45 -08:00 |
|
Seth Ladd
|
59fde0b45c
|
clarify that start defaults to checked
|
2016-01-13 08:53:46 -08:00 |
|
Devon Carew
|
babfb0ac4f
|
Merge pull request #1215 from devoncarew/dev_analysis
fixes to flutter analyze for the latest dev sdk
|
2016-01-12 20:18:41 -08:00 |
|
Devon Carew
|
4ad838f65b
|
don't listen for chromium messages to the adb log
|
2016-01-12 19:09:12 -08:00 |
|
Devon Carew
|
0f55ebe503
|
fixes to flutter analyze for the latest dev sdk
|
2016-01-12 19:04:19 -08:00 |
|
Eric Seidel
|
9257682b01
|
Remove stray period added from web editor.
|
2016-01-12 17:09:15 -08:00 |
|
Eric Seidel
|
a6e8fccb90
|
Correct display error for flutter analyze timing
Fixes #1213.
|
2016-01-12 17:08:38 -08:00 |
|
Seth Ladd
|
42d90c00cc
|
starter app now has a button that does something
|
2016-01-12 10:28:40 -08:00 |
|
Eric Seidel
|
001c107858
|
Teach analyze how to print out the total time spent
Makes it more obvious that flutter analyze takes a long time.
@Hixie
|
2016-01-12 09:20:36 -08:00 |
|
Adam Barth
|
2303188614
|
Handle trying to upgrade Flutter with no upstream
Fixes #1084
|
2016-01-07 10:57:48 -08:00 |
|
Adam Barth
|
3615827f0e
|
flutter start crashes when port 8181 is in use
Catch the error and log a warning.
Fixes #1050
|
2016-01-07 09:56:44 -08:00 |
|
Eric Seidel
|
330c08199e
|
Revert "Make flutter listen exit nicely when missing dependencies"
|
2016-01-06 17:17:16 -08:00 |
|
Eric Seidel
|
3a2aa89064
|
Make flutter listen exit nicely when missing dependencies
Previously it died with a confusing exception.
@chinmaygarde
|
2016-01-06 17:07:36 -08:00 |
|
Chinmay Garde
|
e1b16729bf
|
Merge pull request #1093 from chinmaygarde/master
Download the Xcode artifacts for the current engine revision
|
2016-01-06 13:40:35 -08:00 |
|
Devon Carew
|
854f9f717d
|
Merge pull request #1090 from devoncarew/log_stderr
have flutter logs log stderr
|
2016-01-06 13:39:11 -08:00 |
|
Chinmay Garde
|
f5f9440a2d
|
Download the Xcode artifacts for the current engine revision
|
2016-01-06 13:38:43 -08:00 |
|
Eric Seidel
|
0d783718ba
|
Teach flutter trace stop to use time on the device.
This is yet another hack on top of adb log handling.
This is fragile, but w/o this if you device time is out
of sync, you can't trace.
@abarth
|
2016-01-06 13:29:32 -08:00 |
|
Devon Carew
|
ed215fb842
|
have flutter logs log stderr
|
2016-01-06 13:29:24 -08:00 |
|
Devon Carew
|
782f505fb8
|
clear logs on app launch
|
2016-01-05 11:02:49 -08:00 |
|
Jason Simmons
|
3a37c36cea
|
Add flags for signing an APK with a custom keystore
Fixes #1010
|
2016-01-04 13:59:01 -08:00 |
|
Adam Barth
|
eecb8012af
|
flutter init should gitignore .atom
We now create a .atom folder to hold settings for the Atom project. We
should gitignore that folder our project template.
|
2016-01-01 19:44:39 -08:00 |
|
Devon Carew
|
fc0b18c7f1
|
update the min api level in the generated android manifest; use constants for the android version name
|
2015-12-30 21:37:39 -08:00 |
|
Ian Hickson
|
4fe10dbf7e
|
Refactor listen in terms of start.
Fixes #1034, at least for start and listen.
|
2015-12-28 17:57:47 -08:00 |
|
Chinmay Garde
|
56d6476049
|
Merge pull request #986 from chinmaygarde/master
Fix travis builds and linter warnings
|
2015-12-17 15:31:55 -08:00 |
|
Chinmay Garde
|
8231f57984
|
Fix travis builds and linter warnings
|
2015-12-17 15:25:59 -08:00 |
|
Chinmay Garde
|
98f10bc6eb
|
Merge pull request #983 from chinmaygarde/master
Add a 'flutter ios --init' command that fetches the Xcode project from the cloud and configures it for a given flutter project
|
2015-12-17 14:59:26 -08:00 |
|
Chinmay Garde
|
08fdf99fea
|
Add a 'flutter ios --init' command that fetches the Xcode project from the cloud and configures it for a given flutter project
|
2015-12-17 14:58:39 -08:00 |
|