Skip to content

Commit

Permalink
Fix typo in comment for full calendar access (#1285)
Browse files Browse the repository at this point in the history
* Update PermissionHandlerEnums.h

* Update CHANGELOG.md

* Update pubspec.yaml

---------

Co-authored-by: Maurits van Beusekom <[email protected]>
  • Loading branch information
ChristianEdwardPadilla and mvanbeusekom authored Mar 26, 2024
1 parent 59fee21 commit 0ce5b3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions permission_handler_apple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 9.4.4

* Fixes typo in comment for full calendar access.

## 9.4.3

* Adds the `PERMISSION_LOCATION_WHENINUSE` macro, which can be used instead of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
#endif

// ios: PermissionGroupCalendarFullAccess
// Info.plist: [NSCalendarFullAccessUsageDescription]
// Info.plist: [NSCalendarsFullAccessUsageDescription]
// dart: PermissionGroup.calendarFullAccess
#ifndef PERMISSION_EVENTS_FULL_ACCESS
#define PERMISSION_EVENTS_FULL_ACCESS 0
Expand Down
3 changes: 1 addition & 2 deletions permission_handler_apple/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: permission_handler_apple
description: Permission plugin for Flutter. This plugin provides the iOS API to request and check permissions.
repository: https://github.com/baseflow/flutter-permission-handler
issue_tracker: https://github.com/Baseflow/flutter-permission-handler/issues
version: 9.4.3

version: 9.4.4

environment:
sdk: ">=2.15.0 <4.0.0"
Expand Down

0 comments on commit 0ce5b3f

Please sign in to comment.