Adam Barth
3824e88df7
flutter upgrade
needed twice if sky_services dependencies change
...
Now we run `flutter --version` to update our local cache of packages before
running `pub upgrade`, which reads from that cache.
Fixes #2953
2016-03-28 12:16:19 -07:00
Jason Simmons
d4bc6d5e0c
Add all variants of the Roboto font as assets to Material Design apps
2016-03-28 09:53:16 -07:00
Devon Carew
15b9e1ddb0
add a screenshot command
2016-03-25 22:01:32 -07:00
Chinmay Garde
8cbeb2e983
Merge pull request #2916 from chinmaygarde/master
...
Add: flutter build ios [--[no-]simulator]
2016-03-25 15:56:51 -07:00
Chinmay Garde
66e1006193
Xcodebuild takes an extra parameter for the build directory.
2016-03-25 15:36:45 -07:00
Chinmay Garde
3f9dcfe144
Add: flutter build ios [--[no-]simulator]
...
This allows the user to build an iOS application bundle from the command line even if no device is attached to the workstation.
2016-03-25 14:17:55 -07:00
Devon Carew
2fc8e9a110
create a crash report
2016-03-25 13:29:15 -07:00
Jason Simmons
03830d5676
Merge pull request #2896 from jason-simmons/yaml_schema
...
Validate flutter.yaml against a JSON schema
2016-03-25 10:14:58 -07:00
Jason Simmons
c2b4ac9c3c
Validate flutter.yaml against a JSON schema
2016-03-24 17:49:23 -07:00
krisgiesing
cef24293b7
Merge pull request #2839 from krisgiesing/offscreen_layout
...
Allow independent rendering pipelines
2016-03-24 16:26:36 -07:00
Kris Giesing
bb5a82a726
Allow independent rendering pipelines
...
Fixes #2723
2016-03-24 14:59:21 -07:00
Devon Carew
c3eec6ec4f
several fixes to the doctor command
2016-03-24 14:17:49 -07:00
Jason Simmons
f17b68d2d3
Add embedded font assets to the asset list
...
Any font asset referenced in the fonts section of flutter.yaml will now be
included in the FLX assets. It's no longer necessary to separately list the
font in the assets section.
2016-03-24 11:20:11 -07:00
Alhaad Gokhale
ae7734ee12
Merge pull request #2861 from alhaad/run_mojo_with_url
...
Allow run_mojo command to run an app at a URL.
2016-03-24 10:10:31 -07:00
Alhaad Gokhale
58edc7ed9b
In run_mojo, rename bundlePath -> targetApp since it may not be a path.
2016-03-24 10:01:00 -07:00
Devon Carew
7940e26b04
Merge pull request #2862 from devoncarew/less_noisy_android
...
filter some noisy messages from adb logcat
2016-03-24 09:20:20 -07:00
Devon Carew
d4185802cd
print the os from flutter doctor
2016-03-24 00:00:37 -07:00
Devon Carew
25f332d8d7
re-work the doctor command
2016-03-23 21:12:29 -07:00
Devon Carew
017f0271b7
filter some noisy messages from adb logcat
2016-03-23 21:12:04 -07:00
Alhaad Gokhale
35e30235f0
In run_mojo command, parse Uri scheme to decide whether app is on local
...
filesystem or not.
2016-03-23 19:11:04 -07:00
Alhaad Gokhale
c4da1da20c
Allow run_mojo command to run an app at a URL.
...
Fixes #2113
2016-03-23 17:13:47 -07:00
Ian Hickson
87eb34240b
Port to crypto 0.9.2
2016-03-22 21:54:34 -07:00
Devon Carew
1d20a90cad
change how we calculate the temp dir
2016-03-22 12:22:30 -07:00
Chinmay Garde
fb427a1e5f
Merge pull request #2823 from chinmaygarde/master
...
Use the artifacts store for iOS assets
2016-03-21 17:42:07 -07:00
Chinmay Garde
68a3aa70bf
Use the artifacts store for iOS assets
2016-03-21 16:25:58 -07:00
Chinmay Garde
931d4be5ba
Merge pull request #2821 from chinmaygarde/master
...
Dont differentiate between ios_arm and ios_x64 in flutter_tools
2016-03-21 15:02:59 -07:00
Chinmay Garde
c8377d7428
Dont differentiate between ios_arm and ios_x64 in flutter_tools
...
All artifacts for iOS are universal.
2016-03-21 14:41:26 -07:00
Devon Carew
e31395fba1
Merge pull request #2811 from devoncarew/drive_start
...
don't wait for the observatory if the app didn't start
2016-03-21 13:45:21 -07:00
Chinmay Garde
adf48bef7e
Merge pull request #2819 from chinmaygarde/master
...
Bump engine revision and ensure the Xcode project setup expects assets at the archive root.
2016-03-21 13:42:22 -07:00
Chinmay Garde
3a9956fb4e
Bump engine revision and ensure the Xcode project setup expects assets at the archive root.
2016-03-21 13:24:53 -07:00
pq
8b321d7de0
Remove analyze
tear-off regexp.
...
In the spirit of https://github.com/flutter/flutter/issues/1220 , remove the tear-off regexp in favor of in-line suppressions (if needed).
2016-03-21 11:28:11 -07:00
Devon Carew
f1cdf6df39
refactor; fix apk warning
2016-03-21 09:24:56 -07:00
Devon Carew
73d3acd5fd
don't wait fot the observatory if the app didn't start
2016-03-21 09:22:53 -07:00
Ian Hickson
a7016062bc
Improve flutter create help text.
2016-03-20 20:06:30 -07:00
Hixie
ce4e9cd690
Only require documentation for libraries.
2016-03-18 11:16:12 -07:00
Devon Carew
99b70dab62
handle android n in the android sdk
2016-03-17 15:30:47 -07:00
John McCutchan
83e6ee36a0
Sniff service protocol port from device
2016-03-17 11:44:16 -07:00
Devon Carew
882f849ccd
update listen to work w/ ios devices
2016-03-17 10:42:48 -07:00
Devon Carew
f8374cd966
consolidate build commands under the 'build' command
2016-03-17 07:22:41 -07:00
Devon Carew
8ba214daa2
minor update to flutter daemon
2016-03-15 09:27:58 -07:00
Yegor Jbanov
225686b1a7
[ios] improve test device naming
...
The new name format is "DEVICE_TYPE_NAME (Flutter)". For example:
iPhone 6 (Flutter)
iPhone 6s Plus (Flutter)
The names are taken from `xcrun simctl list --json devicetypes`.
Fixes #2682
2016-03-14 22:33:39 -07:00
pq
370840ef1f
More flutter analyze regexp cleanup
...
Runs clean on the repo. Moving ahead, we can manage exceptions via `.analysis_options` or specific source-level ignores.
2016-03-14 15:02:55 -07:00
Hixie
797e27edd3
Add @override annotations to flutter framework
2016-03-14 14:02:26 -07:00
Adam Barth
e2744e9a30
Stop using a prebuilt APK
...
Instead, require an AndroidManifest.xml and always build an APK.
Fixes #2517
2016-03-14 13:32:00 -07:00
Ian Hickson
bedd8e9131
Merge pull request #2650 from Hixie/always_always_specify_types
...
Even more types
2016-03-14 10:44:05 -07:00
Devon Carew
5fb315141b
Merge pull request #2658 from devoncarew/drive_command
...
change the description of the drive command
2016-03-14 10:27:01 -07:00
Devon Carew
d0afabc358
change the description of the drive command
2016-03-14 09:48:02 -07:00
Ian Hickson
d745e20853
Even more types
2016-03-14 09:41:54 -07:00
Devon Carew
4daee0cc0d
misc tool ui cleanup
2016-03-14 09:41:00 -07:00
Devon Carew
f13314867c
Merge pull request #2645 from devoncarew/platform_constants
...
rename the platform constants
2016-03-12 12:46:55 -08:00