Fernando Trigoso
Fernando Trigoso
This is a Windows only issue. The Monarch preview window is not scaling as expected when moved from a screen with 150% DPI to one with 100% DPI. When moving...
Currently all the devices simulate mobile devices which have fixed dimensions. Thus, the Monarch Preview window is not resizable. However, users would like to select a "generic device" or "resizable...
Monarch uses curl to download the UI binaries it needs for the flutter version the user is running. If the user is running Monarch on Windows and their network is...
Ideally, we would install monarch cli via the command `dart pub global activate monarch`. We need to experiment with this approach. There may be implications with downloading and saving the...
On Windows, once Monarch has launched, if the user presses CTRL+C in the CLI, the preview window does not reliably close. The cli task_runner is calling `previewApi.terminatePreview()` which shuts down...