Skip to content

Commit

Permalink
Version bump and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Hari-07 committed Oct 10, 2024
1 parent 7e6ef91 commit 5a48530
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions permission_handler/lib/permission_handler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ extension PermissionCheckShortcuts on Permission {
/// *Only supported on iOS.*
Future<bool> get isRestricted => status.isRestricted;

/// User has authorized this application for limited photo library access.
/// *Only supported on iOS.(iOS14+)*
/// User has authorized this application for limited access.
/// *Only supported on iOS.(iOS14+ for photos, ios18+ for contacts)*
Future<bool> get isLimited => status.isLimited;

/// Returns `true` when permissions are denied permanently.
Expand Down
4 changes: 4 additions & 0 deletions permission_handler_apple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 9.4.6

* Adds the ability to handle `CNAuthorizationStatusLimited` introduced in ios18

## 9.4.5

* Fixes issue #1002, Xcode warning of the unresponsive of main thread when checking isLocationEnabled.
Expand Down
2 changes: 1 addition & 1 deletion permission_handler_apple/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: permission_handler_apple
description: Permission plugin for Flutter. This plugin provides the iOS API to request and check permissions.
repository: https://github.com/baseflow/flutter-permission-handler
issue_tracker: https://github.com/Baseflow/flutter-permission-handler/issues
version: 9.4.5
version: 9.4.6

environment:
sdk: ">=2.15.0 <4.0.0"
Expand Down

0 comments on commit 5a48530

Please sign in to comment.