Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
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
Review nits
  • Loading branch information
stuartmorgan-g committed Feb 12, 2021
commit e0b547dc52d29d40b674f10627045c06020a4874
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.0.0-nullsafety

* Migrated to null-safety.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nits: Let's also mention the "BREAKING CHANGE", which is removed deprecated APIs.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

* BREAKING CHANGE: Removed deprecated APIs.

## 1.2.0

Expand Down
2 changes: 1 addition & 1 deletion script/nnbd_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ readonly NNBD_PLUGINS_LIST=(
readonly NON_NNBD_PLUGINS_LIST=(
# "android_alarm_manager"
"camera"
# "google_maps_flutter"
"google_maps_flutter"
# "image_picker"
# "in_app_purchase"
# "quick_actions"
Expand Down