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
437 stars 22 forks source link

Modals and alerts should scale #25

Closed fertrig closed 3 years ago

fertrig commented 3 years ago

When the user selects a scale different than 100%, modals and alerts do not scale.

fertrig commented 3 years ago

Fixed with PR #26

fertrig commented 3 years ago

Samples of stories using modals, dialogs, alerts and banners added with: https://github.com/Dropsource/monarch_samples/pull/12