fix: Incorrect duplicate filename handling when exporting files (#1541)

This commit is contained in:
Dhruvan Bhalara 2023-12-01 17:54:00 +05:30 committed by aAbed
parent c9412a97d0
commit de51fbd7be
No known key found for this signature in database
GPG Key ID: F26611AB3F996827
2 changed files with 5 additions and 4 deletions

View File

@ -240,6 +240,7 @@ void exportPatchedFile(String appName, String version) {
params: SaveFileDialogParams(
sourceFilePath: outFile!.path,
fileName: newName,
mimeTypesFilter: ['application/vnd.android.package-archive'],
),
);
}