Yeah, that’s pretty common with apps built using Flutter or other lesser-known frameworks. Windows/Avast just flags unsigned executables. The best fix is to code-sign your .exe with a valid certificate, that tells Windows/antivirus it’s safe. Also, make sure you build in release mode and maybe submit the file to Avast’s whitelist once it’s final.