Skip to content

Commit 39651b0

Browse files
authored
Merge pull request Baseflow#577 from Baseflow/update_api_doc
Update API doc on permanentlyDenied status
2 parents 3296a91 + c0a9b34 commit 39651b0

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

permission_handler_platform_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.5.1
2+
3+
* Updated API documentation for the `PermissionStatus.permanentlyDenied` status.
4+
15
## 3.5.0
26

37
* Added support for app tracking transparency permission.

permission_handler_platform_interface/lib/src/permission_status.dart

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ enum PermissionStatus {
1818
/// *Only supported on iOS (iOS14+).*
1919
limited,
2020

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.
2524
permanentlyDenied,
2625
}
2726

permission_handler_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A common platform interface for the permission_handler plugin.
33
homepage: https://github.com/baseflow/flutter-permission-handler/tree/master/permission_handler_platform_interface
44
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
55
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6-
version: 3.5.0
6+
version: 3.5.1
77

88
dependencies:
99
flutter:

0 commit comments

Comments
 (0)