Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Merge branch 'master' of github.com:flutter/plugins into wifi_info_fl…
…utter_platform_interface_nnbd
  • Loading branch information
bparrishMines committed Feb 8, 2021
commit b61f55c77fae9f8d80d2de1d64a04a39546d8c3d
16 changes: 16 additions & 0 deletions script/nnbd_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ readonly NNBD_PLUGINS_LIST=(
"flutter_plugin_android_lifecycle"
"flutter_webview"
"google_sign_in"
"image_picker"
"local_auth"
"path_provider"
"package_info"
Expand All @@ -27,5 +28,20 @@ readonly NNBD_PLUGINS_LIST=(
"wifi_info_flutter"
)

# This list contains the list of plugins that have *not* been
# migrated to nnbd, and conflict with those that have when
# building the all plugins app. This list should be kept empty.

readonly NON_NNBD_PLUGINS_LIST=(
# "android_alarm_manager"
"camera"
# "google_maps_flutter"
# "image_picker"
# "in_app_purchase"
# "quick_actions"
# "sensors"
# "wifi_info_flutter"
)

export EXCLUDED_PLUGINS_FROM_STABLE=$(IFS=, ; echo "${NNBD_PLUGINS_LIST[*]}")
export EXCLUDED_PLUGINS_FROM_MASTER=$(IFS=, ; echo "${NON_NNBD_PLUGINS_LIST[*]}")
You are viewing a condensed version of this merge commit. You can view the full changes here.