I have this app idea, but it depends heavily on CMD, so I want to know if I can open any other app (eg. CMD) from within a flutter desktop app.
I know in java it could be done using exec(), but is there any equivalence for it in dart/flutter ?
Yes, take a look at the Process class in dart:io which provides a few ways to spawn processes from a Dart program.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With