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
427 stars 21 forks source link

[Enhancement] Add option to "Reset" settings in Monarch Controller #120

Open jtmuller5 opened 10 months ago

jtmuller5 commented 10 months ago

It would be nice to have a button to reset the settings in the Monarch Controller to their default starting values (ex. 1.0 text scale factor, 100% scale, Material Light Theme, etc). I think this will become more useful as additional settings, like time zone or environment, are added.

image

fertrig commented 10 months ago

This is a great idea! It shouldn't be too difficult to implement.