Skip to content

Commit

Permalink
Fix PermissionHandlerEnums link (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0926 authored Sep 21, 2022
1 parent ec5623f commit 1947ff4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions permission_handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 10.0.1

- Fix PermissionHandlerEnums link in the README.md

## 10.0.0

* __BREAKING CHANGE__: Updated Android `compileSdkVersion` to `33` to handle the new `POST_NOTIFICATIONS` permission.
Expand Down
2 changes: 1 addition & 1 deletion permission_handler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Add permission to your `Info.plist` file.

> IMPORTANT: ~~You will have to include all permission options when you want to submit your App.~~ This is because the `permission_handler` plugin touches all different SDKs and because the static code analyser (run by Apple upon App submission) detects this and will assert if it cannot find a matching permission option in the `Info.plist`. More information about this can be found [here](https://github.com/Baseflow/flutter-permission-handler/issues/26).
The <kbd>permission_handler</kbd> plugin use [macros](https://github.com/Baseflow/flutter-permission-handler/blob/master/permission_handler/ios/Classes/PermissionHandlerEnums.h) to control whether a permission is enabled.
The <kbd>permission_handler</kbd> plugin use [macros](https://github.com/Baseflow/flutter-permission-handler/blob/master/permission_handler_apple/ios/Classes/PermissionHandlerEnums.h) to control whether a permission is enabled.

You must list permission you want to use in your application :

Expand Down
2 changes: 1 addition & 1 deletion permission_handler/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: permission_handler
description: Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
version: 10.0.0
version: 10.0.1
homepage: https://github.com/baseflow/flutter-permission-handler

environment:
Expand Down

0 comments on commit 1947ff4

Please sign in to comment.