I'm currently building a windows application using flutter technology and after the presentation of the app my client is requesting for a single exe file for deployment. While doing some research I've stumble upon several post on GitHub but it's being tagged as duplicate to this https://github.com/flutter/flutter/issues/75200. The thread has been years ago since it's posted so I was wondering if there's someone who already made a step to achieve this.
As doing a deep dive in flutter I've noticed that they are using CMake for compiling, I'm not familiar with c++, CMake or ninja.build
Any help is appreciated.
Thankyou