Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmohamed committed Dec 16, 2024
1 parent 7726f3c commit c87fe23
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 8.1.6
### Android
Fix [#1647](https://github.com/miguelpruivo/flutter_file_picker/issues/1647)


## 8.1.5
### Android
Fix [#872](https://github.com/miguelpruivo/flutter_file_picker/issues/872)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import io.flutter.plugin.common.EventChannel;
import io.flutter.plugin.common.MethodCall;
import io.flutter.plugin.common.MethodChannel;
import io.flutter.plugin.common.PluginRegistry.Registrar;

/**
* FilePickerPlugin
Expand Down Expand Up @@ -110,6 +111,7 @@ public void onActivityStopped(final Activity activity) {
private LifeCycleObserver observer;
private Activity activity;
private MethodChannel channel;
private Registrar registrar;
private static String fileType;
private static boolean isMultipleSelection = false;
private static boolean withData = false;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A package that allows you to use a native file explorer to pick sin
homepage: https://github.com/miguelpruivo/plugins_flutter_file_picker
repository: https://github.com/miguelpruivo/flutter_file_picker
issue_tracker: https://github.com/miguelpruivo/flutter_file_picker/issues
version: 8.1.5
version: 8.1.6

dependencies:
flutter:
Expand Down

0 comments on commit c87fe23

Please sign in to comment.