Skip to content

Commit

Permalink
Release 5.0.0 with null safety
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Mar 13, 2021
1 parent 5e24d65 commit ef1af62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 5.0.0
+ Support null safety [#275](https://github.com/dooboolab/flutter_inapp_purchase/pull/275)

## 4.0.2
+ The dart side requires "introductoryPriceCyclesAndroid" to be a int [#268](https://github.com/dooboolab/flutter_inapp_purchase/pull/268)

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_inapp_purchase
description: In App Purchase plugin for flutter. This project has been forked by react-native-iap and we are willing to share same experience with that on react-native.
version: 4.0.2
version: 5.0.0
homepage: https://github.com/dooboolab/flutter_inapp_purchase/blob/master/pubspec.yaml
environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit ef1af62

Please sign in to comment.