-
Notifications
You must be signed in to change notification settings - Fork 849
Open
Labels
suggestionNew feature or requestNew feature or request
Description
final resultPath = await FilePicker.platform.saveFile(
fileName: "Ascent.bak",
bytes: Uint8List.fromList(dbFileBytes),
type: FileType.custom,
allowedExtensions: ['bak'],
);The above line for android saves the file as Ascent.bak (1) if the file aready exists in the directory. It should use the name Ascent (1).bak if file already exists.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
suggestionNew feature or requestNew feature or request