Package fixes;

This commit is contained in:
Miguel Ruivo 2018-06-27 17:10:29 +01:00
parent e89472d5d1
commit cf03dbb266
2 changed files with 5 additions and 5 deletions

View File

@ -60,7 +60,7 @@ public class FilePickerPlugin implements MethodCallHandler {
}
}
private boolean checkPermission() {
Activity activity = instance.activity();
Log.i("SimplePermission", "Checking permission : " + permission);

View File

@ -1,7 +1,7 @@
name: file_picker
description: A new flutter plugin project.
version: 0.0.1
author:
description: Native file path picker for both iOS and Android.
version: 0.1.0
author: Miguel Ruivo
homepage:
dependencies:
@ -14,7 +14,7 @@ dependencies:
# The following section is specific to Flutter.
flutter:
plugin:
androidPackage: com.example.filepicker
androidPackage: com.mr.filepicker
pluginClass: FilePickerPlugin
# To add assets to your plugin package, add an assets section, like this: