From cf6a1673aeeba724b2fb61debb86c232db975aa0 Mon Sep 17 00:00:00 2001 From: dab246 Date: Fri, 26 Aug 2022 16:16:37 +0700 Subject: [PATCH] TF-876 Fix `permission_handler` not working on iOS --- ios/Podfile | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index 9374ef726..68937ffb6 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -53,7 +53,7 @@ post_install do |installer| 'PERMISSION_REMINDERS=0', ## dart: PermissionGroup.contacts - # 'PERMISSION_CONTACTS=0', + 'PERMISSION_CONTACTS=1', ## dart: PermissionGroup.camera 'PERMISSION_CAMERA=0', diff --git a/pubspec.yaml b/pubspec.yaml index 1cbb10ac5..9c36dc885 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -110,7 +110,7 @@ dependencies: device_info_plus: 4.0.2 # permission_handler - permission_handler: 8.1.6 + permission_handler: 9.2.0 # share share: 2.0.4