Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
once10301 committed Mar 4, 2020
1 parent 7b7689a commit d51f983
Show file tree
Hide file tree
Showing 97 changed files with 171 additions and 252 deletions.
Empty file modified .gitignore 100644 → 100755
Empty file.
31 changes: 20 additions & 11 deletions .idea/libraries/Dart_SDK.xml 100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified .idea/libraries/Flutter_Plugins.xml 100644 → 100755
Empty file.
Empty file modified .idea/libraries/Flutter_for_Android.xml 100644 → 100755
Empty file.
Empty file modified .idea/misc.xml 100644 → 100755
Empty file.
Empty file modified .idea/modules.xml 100644 → 100755
Empty file.
Empty file modified .idea/runConfigurations/example_lib_main_dart.xml 100644 → 100755
Empty file.
357 changes: 132 additions & 225 deletions .idea/workspace.xml 100644 → 100755

Large diffs are not rendered by default.

Empty file modified .metadata 100644 → 100755
Empty file.
3 changes: 0 additions & 3 deletions CHANGELOG.md

This file was deleted.

Empty file modified LICENSE 100644 → 100755
Empty file.
Empty file modified README.md 100644 → 100755
Empty file.
Empty file modified android/.gitignore 100644 → 100755
Empty file.
4 changes: 4 additions & 0 deletions android/build.gradle 100644 → 100755
Expand Up @@ -32,3 +32,7 @@ android {
disable 'InvalidPackage'
}
}

dependencies {
implementation 'androidx.core:core:1.0.2'
}
3 changes: 1 addition & 2 deletions android/gradle.properties 100644 → 100755
@@ -1,4 +1,3 @@
org.gradle.jvmargs=-Xmx1536M
android.enableR8=true
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
Empty file modified android/gradle/wrapper/gradle-wrapper.properties 100644 → 100755
Empty file.
Empty file modified android/settings.gradle 100644 → 100755
Empty file.
Empty file modified android/src/main/AndroidManifest.xml 100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion android/src/main/java/com/ly/permission/PermissionPlugin.java 100644 → 100755
Expand Up @@ -121,7 +121,7 @@ private String getManifestPermission(String permission) {
result = Manifest.permission.READ_SMS;
break;
case "Storage":
result = Manifest.permission.READ_EXTERNAL_STORAGE;
result = Manifest.permission.WRITE_EXTERNAL_STORAGE;
break;
case "State":
result = Manifest.permission.READ_PHONE_STATE;
Expand Down
2 changes: 1 addition & 1 deletion example/.flutter-plugins-dependencies 100644 → 100755
@@ -1 +1 @@
{"_info":"// This is a generated file; do not edit or check into version control.","dependencyGraph":[{"name":"permission","dependencies":[]}]}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"permission","path":"/Users/liuy/Xiyou/permission/","dependencies":[]}],"android":[{"name":"permission","path":"/Users/liuy/Xiyou/permission/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"permission","dependencies":[]}],"date_created":"2020-03-04 11:19:56.385762","version":"1.14.6"}
Empty file modified example/.gitignore 100644 → 100755
Empty file.
Empty file modified example/.idea/libraries/Dart_SDK.xml 100644 → 100755
Empty file.
Empty file modified example/.idea/libraries/Flutter_for_Android.xml 100644 → 100755
Empty file.
Empty file modified example/.idea/modules.xml 100644 → 100755
Empty file.
Empty file modified example/.idea/runConfigurations/main_dart.xml 100644 → 100755
Empty file.
Empty file modified example/.idea/workspace.xml 100644 → 100755
Empty file.
Empty file modified example/.metadata 100644 → 100755
Empty file.
Empty file modified example/README.md 100644 → 100755
Empty file.
Empty file modified example/android/.gitignore 100644 → 100755
Empty file.
Binary file modified example/android/.idea/caches/build_file_checksums.ser
Binary file not shown.
12 changes: 8 additions & 4 deletions example/android/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions example/android/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified example/android/app/build.gradle 100644 → 100755
Empty file.
Empty file modified example/android/app/src/debug/AndroidManifest.xml 100644 → 100755
Empty file.
Empty file modified example/android/app/src/main/AndroidManifest.xml 100644 → 100755
Empty file.
Empty file.
Empty file modified example/android/app/src/main/res/drawable/launch_background.xml 100644 → 100755
Empty file.
Empty file modified example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified example/android/app/src/main/res/values/styles.xml 100644 → 100755
Empty file.
Empty file modified example/android/app/src/profile/AndroidManifest.xml 100644 → 100755
Empty file.
Empty file modified example/android/build.gradle 100644 → 100755
Empty file.
Empty file modified example/android/gradle.properties 100644 → 100755
Empty file.
Empty file modified example/android/gradle/wrapper/gradle-wrapper.jar 100644 → 100755
Empty file.
Empty file modified example/android/gradle/wrapper/gradle-wrapper.properties 100644 → 100755
Empty file.
Empty file modified example/android/gradlew.bat 100644 → 100755
Empty file.
Empty file modified example/android/settings.gradle 100644 → 100755
Empty file.
Empty file modified example/ios/.gitignore 100644 → 100755
Empty file.
Empty file modified example/ios/Flutter/AppFrameworkInfo.plist 100644 → 100755
Empty file.
Empty file modified example/ios/Flutter/Debug.xcconfig 100644 → 100755
Empty file.
Empty file modified example/ios/Flutter/Release.xcconfig 100644 → 100755
Empty file.
Empty file modified example/ios/Podfile 100644 → 100755
Empty file.
Empty file modified example/ios/Runner.xcodeproj/project.pbxproj 100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file modified example/ios/Runner.xcworkspace/contents.xcworkspacedata 100644 → 100755
Empty file.
Empty file modified example/ios/Runner/AppDelegate.h 100644 → 100755
Empty file.
Empty file modified example/ios/Runner/AppDelegate.m 100644 → 100755
Empty file.
Empty file.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file modified example/ios/Runner/Base.lproj/LaunchScreen.storyboard 100644 → 100755
Empty file.
Empty file modified example/ios/Runner/Base.lproj/Main.storyboard 100644 → 100755
Empty file.
Empty file modified example/ios/Runner/Info.plist 100644 → 100755
Empty file.
Empty file modified example/ios/Runner/main.m 100644 → 100755
Empty file.
Empty file modified example/lib/main.dart 100644 → 100755
Empty file.
Empty file modified example/permission_example.iml 100644 → 100755
Empty file.
Empty file modified example/pubspec.yaml 100644 → 100755
Empty file.
Empty file modified ios/.gitignore 100644 → 100755
Empty file.
Empty file modified ios/Assets/.gitkeep 100644 → 100755
Empty file.
Empty file modified ios/Classes/PermissionPlugin.h 100644 → 100755
Empty file.
Empty file modified ios/Classes/PermissionPlugin.m 100644 → 100755
Empty file.
Empty file modified ios/permission.podspec 100644 → 100755
Empty file.
Empty file modified lib/permission.dart 100644 → 100755
Empty file.
Empty file modified permission.iml 100644 → 100755
Empty file.
3 changes: 1 addition & 2 deletions pubspec.yaml 100644 → 100755
@@ -1,7 +1,6 @@
name: permission
description: A new Flutter plugin.
version: 0.1.6
author: Lewis <once10301@gmail.com>
version: 0.1.7
homepage: https://github.com/once10301/permission

environment:
Expand Down

0 comments on commit d51f983

Please sign in to comment.