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
4af91409
Unverified
Commit
4af91409
authored
Mar 30, 2020
by
Maurits van Beusekom
Committed by
GitHub
Mar 30, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #242 from marcelgarus/fix-extension-method-export
Fix extension method export
parents
45ccea6f
98ff06c1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
permission_handler/lib/permission_handler.dart
+8
-1
permission_handler/pubspec.yaml
+1
-1
No files found.
permission_handler/lib/permission_handler.dart
View file @
4af91409
...
@@ -3,7 +3,14 @@ import 'dart:io';
...
@@ -3,7 +3,14 @@ import 'dart:io';
import
'package:permission_handler_platform_interface/permission_handler_platform_interface.dart'
;
import
'package:permission_handler_platform_interface/permission_handler_platform_interface.dart'
;
export
'package:permission_handler_platform_interface/permission_handler_platform_interface.dart'
export
'package:permission_handler_platform_interface/permission_handler_platform_interface.dart'
show
Permission
,
PermissionStatus
,
ServiceStatus
;
show
Permission
,
PermissionStatus
,
PermissionStatusGetters
,
FuturePermissionStatusGetters
,
ServiceStatus
,
ServiceStatusGetters
,
FutureServiceStatusGetters
;
PermissionHandlerPlatform
get
_handler
=>
PermissionHandlerPlatform
.
instance
;
PermissionHandlerPlatform
get
_handler
=>
PermissionHandlerPlatform
.
instance
;
...
...
permission_handler/pubspec.yaml
View file @
4af91409
name
:
permission_handler
name
:
permission_handler
description
:
Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
description
:
Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
version
:
5.0.0
version
:
5.0.0
+1
homepage
:
https://github.com/baseflowit/flutter-permission-handler
homepage
:
https://github.com/baseflowit/flutter-permission-handler
flutter
:
flutter
:
...
...
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