mirror of
https://github.com/flutter/samples.git
synced 2026-04-05 19:22:08 +00:00
Re-generate Linux, macOS and Windows runners (#588)
* Re-generate Linux, macOS and Windows runners * Update MSIX
This commit is contained in:
@@ -21,6 +21,12 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
|
||||
RunLoop run_loop;
|
||||
|
||||
flutter::DartProject project(L"data");
|
||||
|
||||
std::vector<std::string> command_line_arguments =
|
||||
GetCommandLineArguments();
|
||||
|
||||
project.set_dart_entrypoint_arguments(std::move(command_line_arguments));
|
||||
|
||||
FlutterWindow window(&run_loop, project);
|
||||
Win32Window::Point origin(10, 10);
|
||||
Win32Window::Size size(1280, 720);
|
||||
|
||||
Reference in New Issue
Block a user