Skip to content

Commit

Permalink
more test!!!!!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
deathblade666 committed Aug 29, 2024
1 parent f112072 commit c77013a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pages/menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ class Menu extends StatefulWidget {
mimeType: MimeType.custom,
customMimeType: 'text/markdown',
);
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 c77013a

Please sign in to comment.