Skip to content

Commit

Permalink
test mimetype
Browse files Browse the repository at this point in the history
  • Loading branch information
deathblade666 committed Aug 29, 2024
1 parent eb21cdc commit 42d25df
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/plain',
customMimeType: 'text/markdown',
);
final file = File(outputfile!);
file.writeAsString(OpenFile.text);
Expand Down

0 comments on commit 42d25df

Please sign in to comment.