File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 9.4.4
2
+
3
+ * Fixes typo in comment for full calendar access.
4
+
1
5
## 9.4.3
2
6
3
7
* Adds the ` PERMISSION_LOCATION_WHENINUSE ` macro, which can be used instead of
Original file line number Diff line number Diff line change 117
117
#endif
118
118
119
119
// ios: PermissionGroupCalendarFullAccess
120
- // Info.plist: [NSCalendarFullAccessUsageDescription ]
120
+ // Info.plist: [NSCalendarsFullAccessUsageDescription ]
121
121
// dart: PermissionGroup.calendarFullAccess
122
122
#ifndef PERMISSION_EVENTS_FULL_ACCESS
123
123
#define PERMISSION_EVENTS_FULL_ACCESS 0
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ name: permission_handler_apple
2
2
description : Permission plugin for Flutter. This plugin provides the iOS API to request and check permissions.
3
3
repository : https://github.com/baseflow/flutter-permission-handler
4
4
issue_tracker : https://github.com/Baseflow/flutter-permission-handler/issues
5
- version : 9.4.3
6
-
5
+ version : 9.4.4
7
6
8
7
environment :
9
8
sdk : " >=2.15.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments