Commit 0ce5b3f7 by Christian Padilla Committed by GitHub

Fix typo in comment for full calendar access (#1285)

* Update PermissionHandlerEnums.h

* Update CHANGELOG.md

* Update pubspec.yaml

---------

Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>
parent 59fee216
## 9.4.4
* Fixes typo in comment for full calendar access.
## 9.4.3 ## 9.4.3
* Adds the `PERMISSION_LOCATION_WHENINUSE` macro, which can be used instead of * Adds the `PERMISSION_LOCATION_WHENINUSE` macro, which can be used instead of
......
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
#endif #endif
// ios: PermissionGroupCalendarFullAccess // ios: PermissionGroupCalendarFullAccess
// Info.plist: [NSCalendarFullAccessUsageDescription] // Info.plist: [NSCalendarsFullAccessUsageDescription]
// dart: PermissionGroup.calendarFullAccess // dart: PermissionGroup.calendarFullAccess
#ifndef PERMISSION_EVENTS_FULL_ACCESS #ifndef PERMISSION_EVENTS_FULL_ACCESS
#define PERMISSION_EVENTS_FULL_ACCESS 0 #define PERMISSION_EVENTS_FULL_ACCESS 0
......
...@@ -2,8 +2,7 @@ name: permission_handler_apple ...@@ -2,8 +2,7 @@ name: permission_handler_apple
description: Permission plugin for Flutter. This plugin provides the iOS API to request and check permissions. description: Permission plugin for Flutter. This plugin provides the iOS API to request and check permissions.
repository: https://github.com/baseflow/flutter-permission-handler repository: https://github.com/baseflow/flutter-permission-handler
issue_tracker: https://github.com/Baseflow/flutter-permission-handler/issues issue_tracker: https://github.com/Baseflow/flutter-permission-handler/issues
version: 9.4.3 version: 9.4.4
environment: environment:
sdk: ">=2.15.0 <4.0.0" sdk: ">=2.15.0 <4.0.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment