diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d20b48..953fc72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.3 + +* Upgrading package_info_plus version to 6.0.0 which add privacy manifest for IOS + ## 2.1.2 * Upgrading dependencies diff --git a/example/macos/Flutter/GeneratedPluginRegistrant.swift b/example/macos/Flutter/GeneratedPluginRegistrant.swift index 3ccece4..220cc08 100644 --- a/example/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/example/macos/Flutter/GeneratedPluginRegistrant.swift @@ -5,10 +5,10 @@ import FlutterMacOS import Foundation -import package_info_plus_macos +import package_info_plus import url_launcher_macos func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { - FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin")) + FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin")) UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin")) } diff --git a/pubspec.yaml b/pubspec.yaml index 81888a7..6eacbe3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: app_review description: Request and Write Reviews and Open Store Listing for Android and iOS in Flutter. -version: 2.1.2+1 +version: 2.1.3 maintainer: Rody Davis (@rodydavis) homepage: https://github.com/rodydavis/plugins repository: https://github.com/fluttercommunity/app_review @@ -10,8 +10,8 @@ environment: flutter: ^1.10.0 dependencies: - http: ^1.1.0 - package_info_plus: ^5.0.0 + http: any + package_info_plus: ^6.0.0 url_launcher: ^6.1.6 flutter: sdk: flutter