## 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) ## Code, which uses this package ```dart String? realDownloadPath; if (Platform.isAndroid) { final params = SaveFileDialogParams(sourceFilePath: file?.path, localOnly: true); realDownloadPath = (await FlutterFileDialog.saveFile(params: params)) ?? file?.path; } ``` ## Visuals https://user-images.githubusercontent.com/77293597/146023550-a77f3197-2ff8-4297-8cf9-bba2cea2b125.mp4 ## Versions - Android 12 ```bash Flutter 2.8.0 • channel stable • https://github.com/flutter/flutter.git Framework • revision cf44000065 (6 days ago) • 2021-12-08 14:06:50 -0800 Engine • revision 40a99c5951 Tools • Dart 2.15.0 ```
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)Code, which uses this package
Visuals
Peek.2021-12-14.15-59.mp4
Versions