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
+
1
7
## 9.4.1
2
8
3
- * Adds privacy manifest.
9
+ * Adds empty privacy manifest.
4
10
5
11
## 9.4.0
6
12
Original file line number Diff line number Diff line change 5
5
<key >NSPrivacyTrackingDomains</key >
6
6
<array />
7
7
<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 >
9
18
<key >NSPrivacyCollectedDataTypes</key >
10
19
<array />
11
20
<key >NSPrivacyTracking</key >
Original file line number Diff line number Diff line change @@ -2,7 +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.1
5
+ version : 9.4.2
6
6
7
7
8
8
environment :
You can’t perform that action at this time.
0 commit comments