AlexSensey
AlexSensey
And in general, it works somehow strangely, if you close it and wait, the program may start, sometimes it may not. Or it may not start but be in processes,...
  flutter doctor -v  Hi The program starts, just in the release the window is not displayed and there are no errors....
Added a line of code for debugging in the release **- file win32_window.cpp** **MessageBox(NULL, L"Window ok", L"Title", MB_ICONINFORMATION);** everything starts without problems, only before starting each time a window appears...
The **flutter_window.cpp** file does not always work **flutter_controller_->engine()->SetNextFrameCallback([&]() { this->Show(); });** I still don't understand why if called simply this->Show(); without using **SetNextFrameCallback** then everything works
When the program does not open, it is in the background tasks. And if everything is fine, then in Apps I still don't understand why the program starts in different...
For me, after the build, the project from the folder (exe file) is launched only the first time. It does not start the next time, but there are processes in...