Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
deathblade666 committed Aug 29, 2024
1 parent dbf7950 commit e2a3934
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 @@ -117,7 +117,8 @@ class Menu extends StatefulWidget {
bytes: bytes,
filePath: "/sdcard/Downloads/",
mimeType: MimeType.custom,
customMimeType: "md");
customMimeType: 'text/md'
);
//final file = File(outputfile!);
//file.writeAsString(OpenFile.text);
showDialog(
Expand Down

0 comments on commit e2a3934

Please sign in to comment.