Skip to content

Commit 4bcf555

Browse files
mvanbeusekomEgor
authored and
Egor
committed
[camera] Move camera to camera/camera (flutter#3258)
* Move camera to camera/camera * Fix relative path after move * Rebased with master and update version * Update homepage * Skip XCTESTS for the camera/camera plugin
1 parent abf2a89 commit 4bcf555

File tree

85 files changed

+8
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+8
-4
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ task:
163163
- name: build-ipas+drive-examples
164164
env:
165165
PATH: $PATH:/usr/local/bin
166-
PLUGINS_TO_SKIP_XCTESTS: "battery/battery,camera,connectivity/connectivity,device_info/device_info,espresso,google_maps_flutter/google_maps_flutter,google_sign_in/google_sign_in,in_app_purchase,integration_test,ios_platform_images,local_auth,package_info,path_provider/path_provider,quick_actions,sensors,shared_preferences/shared_preferences,url_launcher/url_launcher,video_player/video_player,webview_flutter,wifi_info_flutter/wifi_info_flutter"
166+
PLUGINS_TO_SKIP_XCTESTS: "battery/battery,camera/camera,connectivity/connectivity,device_info/device_info,espresso,google_maps_flutter/google_maps_flutter,google_sign_in/google_sign_in,in_app_purchase,integration_test,ios_platform_images,local_auth,package_info,path_provider/path_provider,quick_actions,sensors,shared_preferences/shared_preferences,url_launcher/url_launcher,video_player/video_player,webview_flutter,wifi_info_flutter/wifi_info_flutter"
167167
matrix:
168168
PLUGIN_SHARDING: "--shardIndex 0 --shardCount 4"
169169
PLUGIN_SHARDING: "--shardIndex 1 --shardCount 4"

packages/camera/CHANGELOG.md renamed to packages/camera/camera/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
File renamed without changes.

packages/camera/example/pubspec.yaml renamed to packages/camera/camera/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
sdk: flutter
1010
video_player: ^0.10.0
1111
integration_test:
12-
path: ../../integration_test
12+
path: ../../../integration_test
1313

1414
dev_dependencies:
1515
flutter_test:

packages/camera/pubspec.yaml renamed to packages/camera/camera/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: camera
22
description: A Flutter plugin for getting information about and controlling the
33
camera on Android and iOS. Supports previewing the camera feed, capturing images, capturing video,
44
and streaming image buffers to dart.
5-
version: 0.5.8+15
6-
homepage: https://github.com/flutter/plugins/tree/master/packages/camera
5+
version: 0.5.8+16
6+
homepage: https://github.com/flutter/plugins/tree/master/packages/camera/camera
77

88
dependencies:
99
flutter:

0 commit comments

Comments
 (0)