Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 0b6e7d7

Browse files
committed
Attempt to fix dependency problem building all plugins
1 parent 455388b commit 0b6e7d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

script/build_all_plugins_app.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ source "$SCRIPT_DIR/nnbd_plugins.sh"
1919
check_changed_packages > /dev/null
2020

2121
readonly EXCLUDED_PLUGINS_LIST=(
22+
"camera_platform_interface",
2223
"connectivity_macos"
2324
"connectivity_platform_interface"
2425
"connectivity_web"

script/nnbd_plugins.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
readonly NNBD_PLUGINS_LIST=(
88
"android_intent"
99
"battery"
10-
"camera_platform_interface"
1110
"connectivity"
1211
"cross_file"
1312
"device_info"
@@ -32,9 +31,9 @@ readonly NNBD_PLUGINS_LIST=(
3231

3332
readonly NON_NNBD_PLUGINS_LIST=(
3433
# "android_alarm_manager"
35-
# "camera"
34+
"camera"
3635
# "file_selector"
37-
"google_maps_flutter"
36+
# "google_maps_flutter"
3837
# "image_picker"
3938
# "in_app_purchase"
4039
# "quick_actions"

0 commit comments

Comments
 (0)