Dropsource / monarch

Monarch is a tool for building Flutter widgets in isolation. It makes it easy to build, test and debug complex UIs.
https://monarchapp.io
MIT License
433 stars 22 forks source link

Resizable Preview window #48

Open fertrig opened 1 year ago

fertrig commented 1 year ago

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 device" which lets them preview a story in a resizable window.

The contents of the story in the preview should react to window dimension changes. Also, the user should be able to see the current window dimensions.