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

Changes in custom theme do not reload in Monarch UI #14

Closed fertrig closed 3 years ago

fertrig commented 3 years ago

Given a user has a story using a custom theme rendered on the Monarch UI. When the user changes some style in the code of the custom theme. Then, the Monarch UI should reflect the new style change (this expectation is currently not working).

fertrig commented 3 years ago

Fixed with commit ca54e26fa2fb5494c0ff458fb4427c7b32d4d246. Released in monarch package version 0.2.1.