Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
permission_handler
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songyanzhi
permission_handler
Commits
6bda3c1e
Commit
6bda3c1e
authored
Feb 08, 2021
by
Maurits van Beusekom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hotfix to pin permission_handler_platform_interface
parent
31d35513
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
permission_handler/CHANGELOG.md
+8
-4
permission_handler/pubspec.yaml
+2
-2
No files found.
permission_handler/CHANGELOG.md
View file @
6bda3c1e
# 5.0.1+1
## 5.0.1+2
*
Pin dependency on permission_handler_platform_interface on version 2.0.1.
## 5.0.1+1
*
Fixes Typo
*
Issue #233 - on 5.0: Solved a bug that prevented Android applications running in the background to check the permission status.
# 5.0.1
#
#
5.0.1
*
Update
`permission_handler_platform_interface 2.0.1`
# 5.0.0+hotfix.10
#
#
5.0.0+hotfix.10
*
Revert pull-request
[
#317
](
https://github.com/Baseflow/flutter-permission-handler/pull/317
)
# 5.0.0+hotfix.9
#
#
5.0.0+hotfix.9
*
Solved an issue where kCLAuthorizationStatusAuthorizedWhenInUse was returning PermissionStatusDenied (see
[
#317
](
https://github.com/Baseflow/flutter-permission-handler/pull/317
)
)
...
...
permission_handler/pubspec.yaml
View file @
6bda3c1e
name
:
permission_handler
description
:
Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
version
:
5.0.1+
1
version
:
5.0.1+
2
homepage
:
https://github.com/baseflowit/flutter-permission-handler
flutter
:
...
...
@@ -16,7 +16,7 @@ dependencies:
flutter
:
sdk
:
flutter
meta
:
^1.1.6
permission_handler_platform_interface
:
^
2.0.1
permission_handler_platform_interface
:
2.0.1
dev_dependencies
:
effective_dart
:
^1.2.1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment