flutter_file_dialog icon indicating copy to clipboard operation
flutter_file_dialog copied to clipboard

Dialogs for picking and saving files in Android and in iOS.

Results 11 flutter_file_dialog issues
Sort by recently updated
recently updated
newest added

Hello, I'm using OpenFileDialogParams pickFile; It throws error : No implementation found for method saveFile on channel flutter_file_dialog. When not select file with this method and after close page and...

The result of `saveFile` doesn't seems correct. I get, for example `/document/primary:MaCompta.mcae`. But when I get the path with `pickFile`, it's work and the path is `content://com.android.externalstorage.documents/document/primary%3AMaCompta.mcae`. Seems related to...

Hi team, from our Firebase Crashlytics we always got issue about `IllegalStateException` from your plugin. I think this crash happen because your plugin send `result.error` more than one submitted. ```...

Would like to ask if this package will implement or builds new release that will support save multiple Files like "FlutterFileDialog.saveMultiple". Thanks

Hello, How can we instantiniate DirectoryLocation object? Because I would like to manually set a location if the user does not select a folder to save to. In this case,...

Dont understand why owner closed #27 and #39 This is the real bug, althought it is not completely from package developer. Anyway, it is fixable. The problems in setting mime...

Hello Flutter_file_dialog is awesome. I use it for my flutter app distributed on Android and iOS. I would like to release my app on Windows platform. Do you plan to...

## Issue When I save a file on android and do not chose a folder, but just hit save the return value is: `/document/63` (the number is counted upward) ##...

When picking the file with filter by extension, it allow to choose any file regardless of the extension. And when you pick the file with unsupported extension, `flutter_file_dialog` just crashes...

Hi , I export the csv file including tranditional chinese using this plugin , but exported csv file , the charactor will be ???? ??. Any idea? Thanks. ![Capture](https://user-images.githubusercontent.com/8750462/105478323-02899c00-5cde-11eb-9d7d-edf8b4bcaa56.PNG)