Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
deathblade666 committed Aug 29, 2024
1 parent e2a3934 commit 58ed659
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/pages/menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,11 @@ class Menu extends StatefulWidget {
ext: "md",
name: "test",
bytes: bytes,
filePath: "/sdcard/Downloads/",
mimeType: MimeType.custom,
customMimeType: 'text/md'
);
//final file = File(outputfile!);
//file.writeAsString(OpenFile.text);
final file = File(outputfile!);
file.writeAsString(OpenFile.text);
showDialog(
context: context,
builder: (BuildContext context){
Expand Down

0 comments on commit 58ed659

Please sign in to comment.