Skip to content

Commit

Permalink
yfctc
Browse files Browse the repository at this point in the history
  • Loading branch information
deathblade666 committed Aug 29, 2024
1 parent 58ed659 commit b02f02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class Menu extends StatefulWidget {
name: "test",
bytes: bytes,
mimeType: MimeType.custom,
customMimeType: 'text/md'
customMimeType: 'MD',
);
final file = File(outputfile!);
file.writeAsString(OpenFile.text);
Expand Down

0 comments on commit b02f02d

Please sign in to comment.