Update IAP package
This commit is contained in:
parent
74440f34e6
commit
e497381be4
|
|
@ -5,6 +5,7 @@
|
|||
import FlutterMacOS
|
||||
import Foundation
|
||||
|
||||
import in_app_purchase_storekit
|
||||
import in_app_review
|
||||
import package_info
|
||||
import package_info_plus_macos
|
||||
|
|
@ -20,6 +21,7 @@ import url_launcher_macos
|
|||
import window_manager
|
||||
|
||||
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
||||
InAppPurchasePlugin.register(with: registry.registrar(forPlugin: "InAppPurchasePlugin"))
|
||||
InAppReviewPlugin.register(with: registry.registrar(forPlugin: "InAppReviewPlugin"))
|
||||
FLTPackageInfoPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlugin"))
|
||||
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ dependencies:
|
|||
sdk: flutter
|
||||
# google_sign_in: ^5.0.7
|
||||
# in_app_review: ^2.0.4
|
||||
# in_app_purchase: ^3.0.6
|
||||
# in_app_purchase: ^3.1.1
|
||||
# pinput: ^2.2.11
|
||||
flutter_redux: ^0.8.2
|
||||
redux_logging: ^0.5.0
|
||||
|
|
|
|||
|
|
@ -590,7 +590,7 @@ packages:
|
|||
name: in_app_purchase
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "3.0.6"
|
||||
version: "3.1.1"
|
||||
in_app_purchase_android:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
@ -611,7 +611,7 @@ packages:
|
|||
name: in_app_purchase_storekit
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.3.1"
|
||||
version: "0.3.4+1"
|
||||
in_app_review:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ dependencies:
|
|||
sdk: flutter
|
||||
google_sign_in: ^5.0.7
|
||||
in_app_review: ^2.0.4
|
||||
in_app_purchase: ^3.0.6
|
||||
in_app_purchase: ^3.1.1
|
||||
pinput: ^2.2.11
|
||||
flutter_redux: ^0.8.2
|
||||
redux_logging: ^0.5.0
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ dependencies:
|
|||
sdk: flutter
|
||||
google_sign_in: ^5.0.7
|
||||
in_app_review: ^2.0.4
|
||||
in_app_purchase: ^3.0.6
|
||||
in_app_purchase: ^3.1.1
|
||||
pinput: ^2.2.11
|
||||
#pinput:
|
||||
# git:
|
||||
|
|
|
|||
Loading…
Reference in New Issue