Skip to content

Commit 1e670f2

Browse files
authored
[image_picker] Update for non-nullable generics in Pigeon (#7775)
Updates to the latest version of Pigeon to pick up support for non-nullable generics, and removes the now-unnecessary casting. Also fixes some use of `dynamic` that was missed during the initial conversion to Pigeon, causing us to unnecessarily discard type safety that Pigeon had been providing. Part of flutter/flutter#155891
1 parent ca3da1b commit 1e670f2

File tree

17 files changed

+788
-541
lines changed

17 files changed

+788
-541
lines changed

packages/image_picker/image_picker_android/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.8.12+16
2+
3+
* Updates Pigeon for non-nullable collection type support.
4+
15
## 0.8.12+15
26

37
* Updates Java compatibility version to 11.

0 commit comments

Comments
 (0)