Skip to content

Commit

Permalink
[in_app_purchase] Update Android Pigeon for non-nullable generics (#7788
Browse files Browse the repository at this point in the history
)

Removes workarounds for previous lack of non-nullable generics support. There are no native code changes because in practice we already didn't want nullable values in the collection, we just couldn't express it formally.

Part of flutter/flutter#155891
  • Loading branch information
stuartmorgan authored Oct 8, 2024
1 parent c637767 commit 202e8d4
Show file tree
Hide file tree
Showing 14 changed files with 1,197 additions and 899 deletions.
4 changes: 4 additions & 0 deletions packages/in_app_purchase/in_app_purchase_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.6+10

* Updates Pigeon for non-nullable collection type support.

## 0.3.6+9

* Updates Java compatibility version to 11.
Expand Down
Loading

0 comments on commit 202e8d4

Please sign in to comment.