File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
permission_handler_platform_interface Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.5.1
2
+
3
+ * Updated API documentation for the ` PermissionStatus.permanentlyDenied ` status.
4
+
1
5
## 3.5.0
2
6
3
7
* Added support for app tracking transparency permission.
Original file line number Diff line number Diff line change @@ -18,10 +18,9 @@ enum PermissionStatus {
18
18
/// *Only supported on iOS (iOS14+).*
19
19
limited,
20
20
21
- /// The user denied access to the requested feature and selected to never
22
- /// again show a request for this permission. The user may still change the
23
- /// permission status in the settings.
24
- /// *Only supported on Android.*
21
+ /// Permission to the requested feature is permanently denied, the permission
22
+ /// dialog will not be shown when requesting this permission. The user may
23
+ /// still change the permission status in the settings.
25
24
permanentlyDenied,
26
25
}
27
26
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A common platform interface for the permission_handler plugin.
3
3
homepage : https://github.com/baseflow/flutter-permission-handler/tree/master/permission_handler_platform_interface
4
4
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
5
5
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6
- version : 3.5.0
6
+ version : 3.5.1
7
7
8
8
dependencies :
9
9
flutter :
You can’t perform that action at this time.
0 commit comments