I need to close another exe when exiting from the flutter windows app. Is there any way to do it?
you can combine this package flutter_window_close with Process.killPid method, see the documentation
Process.killPid