File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 9.4.2
2+
3+ * Updates the privacy manifest to include the use of the ` NSUserDefaults ` API.
4+ The permission_handler stores a boolean value to track if permission to always
5+ access the device location has been requested.
6+
17## 9.4.1
28
3- * Adds privacy manifest.
9+ * Adds empty privacy manifest.
410
511## 9.4.0
612
Original file line number Diff line number Diff line change 55 <key >NSPrivacyTrackingDomains</key >
66 <array />
77 <key >NSPrivacyAccessedAPITypes</key >
8- <array />
8+ <array >
9+ <dict >
10+ <key >NSPrivacyAccessedAPIType</key >
11+ <string >NSPrivacyAccessedAPICategoryUserDefaults</string >
12+ <key >NSPrivacyAccessedAPITypeReasons</key >
13+ <array >
14+ <string >1C8F.1</string >
15+ </array >
16+ </dict >
17+ </array >
918 <key >NSPrivacyCollectedDataTypes</key >
1019 <array />
1120 <key >NSPrivacyTracking</key >
Original file line number Diff line number Diff line change @@ -2,7 +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.1
5+ version : 9.4.2
66
77
88environment :
You can’t perform that action at this time.
0 commit comments