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