Skip to content

Commit

Permalink
[image_picker] Update for non-nullable generics in Pigeon (#7775)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stuartmorgan authored Oct 14, 2024
1 parent ca3da1b commit 1e670f2
Show file tree
Hide file tree
Showing 17 changed files with 788 additions and 541 deletions.
4 changes: 4 additions & 0 deletions packages/image_picker/image_picker_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.8.12+16

* Updates Pigeon for non-nullable collection type support.

## 0.8.12+15

* Updates Java compatibility version to 11.
Expand Down
Loading

0 comments on commit 1e670f2

Please sign in to comment.