Merge remote-tracking branch 'origin/app' into app

# Conflicts:
#	pubspec.yaml
This commit is contained in:
toly
2023-10-25 15:05:38 +08:00
33 changed files with 1210 additions and 912 deletions

View File

@@ -26,7 +26,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
FlutterWindow window(project);
Win32Window::Point origin(10, 10);
Win32Window::Size size(640, 360);
Win32Window::Size size(1600, 1200);
if (!window.Create(L"iroute", origin, size)) {
return EXIT_FAILURE;
}