We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a note document open on my computer. ( NOTEPAD.EXE ).
I turn the application into launch mode.
flutter build windows
When I run the .exe and press the button it does it perfectly, but a cmd appears on the screen that disappears instantly.
But once the button is pressed it no longer works, hope someone can help me, thank you very much.
void killNotepad() async { String killNotepad = 'taskkill /im "notepad.exe" /F'; try { await run(killNotepad, throwOnError: false, runInShell: false); }catch(e){ print('error'); } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a note document open on my computer. ( NOTEPAD.EXE ).
I turn the application into launch mode.
flutter build windows
When I run the .exe and press the button it does it perfectly, but a cmd appears on the screen that disappears instantly.
But once the button is pressed it no longer works, hope someone can help me, thank you very much.
The text was updated successfully, but these errors were encountered: