Skip to content

Commit

Permalink
hjvf
Browse files Browse the repository at this point in the history
  • Loading branch information
deathblade666 committed Aug 30, 2024
1 parent c3b3f61 commit eb8c91b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/pages/menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class Menu extends StatefulWidget {
);
}
);
};
} else {
// await CRFileSaver.saveFileWithDialog(SaveFileDialogParams(sourceFilePath: '/sdcard/Downloads', destinationFileName: destinationFileName))
//final XFile textfile = XFile.fromData(bytes);
//await textfile.saveTo(result!);
Expand All @@ -149,6 +149,7 @@ class Menu extends StatefulWidget {
);
}
);
}
},
child: const Text("Save"),
),
Expand Down

0 comments on commit eb8c91b

Please sign in to comment.