Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix exclusion
  • Loading branch information
stuartmorgan-g committed Feb 12, 2021
commit b8a875fcb230d692f041db022c1e292759f99db3
2 changes: 1 addition & 1 deletion script/nnbd_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ readonly NNBD_PLUGINS_LIST=(
"file_selector"
"flutter_plugin_android_lifecycle"
"flutter_webview"
"google_maps_flutter"
"google_sign_in"
"image_picker"
"ios_platform_images"
Expand All @@ -38,7 +39,6 @@ readonly NNBD_PLUGINS_LIST=(
readonly NON_NNBD_PLUGINS_LIST=(
# "android_alarm_manager"
"camera"
"google_maps_flutter"
# "image_picker"
# "in_app_purchase"
# "quick_actions"
Expand Down