From 309d12975207d00ecf5ae77e8679db705c76ded4 Mon Sep 17 00:00:00 2001 From: MrJohnDev Date: Wed, 5 Feb 2025 10:20:25 +0700 Subject: [PATCH] Fix: permission group description in example --- permission_handler/README.md | 2 +- permission_handler_apple/example/ios/Podfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/permission_handler/README.md b/permission_handler/README.md index 0ef5377b5..6823bb08d 100644 --- a/permission_handler/README.md +++ b/permission_handler/README.md @@ -127,7 +127,7 @@ You must list the permission you want to use in your application: ## dart: PermissionGroup.criticalAlerts 'PERMISSION_CRITICAL_ALERTS=1', - ## dart: PermissionGroup.criticalAlerts + ## dart: PermissionGroup.assistant 'PERMISSION_ASSISTANT=1', ] diff --git a/permission_handler_apple/example/ios/Podfile b/permission_handler_apple/example/ios/Podfile index 797c20f55..bdbed18e3 100644 --- a/permission_handler_apple/example/ios/Podfile +++ b/permission_handler_apple/example/ios/Podfile @@ -95,7 +95,7 @@ post_install do |installer| ## dart: PermissionGroup.criticalAlerts 'PERMISSION_CRITICAL_ALERTS=1', - ## dart: PermissionGroup.criticalAlerts + ## dart: PermissionGroup.assistant 'PERMISSION_ASSISTANT=1', ]