From f5358558e6b2452e18a9f944813b1f6ac7c3e79d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolo=CC=80=20Bozzato?= Date: Mon, 8 Apr 2024 16:25:42 +0900 Subject: [PATCH 1/2] upgrade dependency to package_info_plus --- CHANGELOG.md | 4 ++++ example/macos/Flutter/GeneratedPluginRegistrant.swift | 4 ++-- pubspec.yaml | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) 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..34dfe23 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 @@ -11,7 +11,7 @@ environment: dependencies: http: ^1.1.0 - package_info_plus: ^5.0.0 + package_info_plus: ^6.0.0 url_launcher: ^6.1.6 flutter: sdk: flutter From 358fd824e2e876d12a8e7cf8e0903abc29830bba Mon Sep 17 00:00:00 2001 From: Victor Andeloci Date: Thu, 23 May 2024 17:11:06 -0300 Subject: [PATCH 2/2] http lib dep fix --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 34dfe23..6eacbe3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ environment: flutter: ^1.10.0 dependencies: - http: ^1.1.0 + http: any package_info_plus: ^6.0.0 url_launcher: ^6.1.6 flutter: