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
c804949c
Unverified
Commit
c804949c
authored
Feb 15, 2019
by
Razvan Cristian Lung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
migrate Swift and Kotlin to ObjC and Java
parent
d7b96380
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
android/build.gradle
+1
-1
android/src/main/AndroidManifest.xml
+1
-1
pubspec.yaml
+2
-1
No files found.
android/build.gradle
View file @
c804949c
group
'com.baseflow.permissionhandler
.permissionhandler
'
group
'com.baseflow.permissionhandler'
version
'1.0-SNAPSHOT'
version
'1.0-SNAPSHOT'
buildscript
{
buildscript
{
...
...
android/src/main/AndroidManifest.xml
View file @
c804949c
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"com.baseflow.permissionhandler
.permissionhandler
"
>
package=
"com.baseflow.permissionhandler"
>
</manifest>
</manifest>
pubspec.yaml
View file @
c804949c
...
@@ -17,5 +17,5 @@ dependencies:
...
@@ -17,5 +17,5 @@ dependencies:
flutter
:
flutter
:
plugin
:
plugin
:
androidPackage
:
com.baseflow.permissionhandler
.permissionhandler
androidPackage
:
com.baseflow.permissionhandler
pluginClass
:
PermissionHandlerPlugin
pluginClass
:
PermissionHandlerPlugin
\ No newline at end of file
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