When I run it in VS COde, the application works perfectly. The same occurs by executing the EXE file from the DEBUG folder. However, when flutter build windows is performed and I try to run the application in the RELEASE folder, the window appears with no content and no error.
When I run it in VS COde, the application works perfectly. The same occurs by executing the EXE file from the DEBUG folder. However, when flutter build windows is performed and I try to run the application in the RELEASE folder, the window appears with no content and no error.
The Right way, in debug mode
The wrong way, in release mode