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
fb48124d
Unverified
Commit
fb48124d
authored
Nov 15, 2023
by
Jeroen Weener
Committed by
GitHub
Nov 15, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new calendar permissions (#1223)
parent
6d8d9617
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
permission_handler_windows/CHANGELOG.md
+5
-0
permission_handler_windows/pubspec.yaml
+2
-2
permission_handler_windows/windows/permission_constants.h
+3
-1
No files found.
permission_handler_windows/CHANGELOG.md
View file @
fb48124d
## 0.2.0
*
Implements the
`Permission.calendarWriteOnly`
and
`Permission.calendarFullAccess`
permissions.
*
Bumps
`permission_handler_platform_interface`
to version
`4.0.0`
.
## 0.1.3
*
Adds the new Android 13 permission "BODY_SENSORS_BACKGROUND" to PermissionHandlerEnums.h.
...
...
permission_handler_windows/pubspec.yaml
View file @
fb48124d
name
:
permission_handler_windows
description
:
Permission plugin for Flutter. This plugin provides the Windows API to request and check permissions.
version
:
0.
1.3
version
:
0.
2.0
homepage
:
https://github.com/baseflow/flutter-permission-handler
flutter
:
...
...
@@ -13,7 +13,7 @@ flutter:
dependencies
:
flutter
:
sdk
:
flutter
permission_handler_platform_interface
:
^
3.11
.0
permission_handler_platform_interface
:
^
4.0
.0
dev_dependencies
:
flutter_test
:
...
...
permission_handler_windows/windows/permission_constants.h
View file @
fb48124d
...
...
@@ -46,7 +46,9 @@ public:
VIDEOS
=
32
,
AUDIO
=
33
,
SCHEDULE_EXACT_ALARM
=
34
,
SENSORS_ALWAYS
=
35
SENSORS_ALWAYS
=
35
,
CALENDAR_WRITE_ONLY
=
36
,
CALENDAR_FULL_ACCESS
=
37
};
//PERMISSION_STATUS
...
...
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