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+
15## 9.4.3
26
37* Adds the ` PERMISSION_LOCATION_WHENINUSE ` macro, which can be used instead of
Original file line number Diff line number Diff line change 117117#endif
118118
119119// ios: PermissionGroupCalendarFullAccess
120- // Info.plist: [NSCalendarFullAccessUsageDescription ]
120+ // Info.plist: [NSCalendarsFullAccessUsageDescription ]
121121// dart: PermissionGroup.calendarFullAccess
122122#ifndef PERMISSION_EVENTS_FULL_ACCESS
123123 #define PERMISSION_EVENTS_FULL_ACCESS 0
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ name: permission_handler_apple
22description : Permission plugin for Flutter. This plugin provides the iOS API to request and check permissions.
33repository : https://github.com/baseflow/flutter-permission-handler
44issue_tracker : https://github.com/Baseflow/flutter-permission-handler/issues
5- version : 9.4.3
6-
5+ version : 9.4.4
76
87environment :
98 sdk : " >=2.15.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments