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

Monarch is incompatible with MobX codegen #36

Closed nikitakalpakovski-metergram closed 2 years ago

nikitakalpakovski-metergram commented 2 years ago

When trying to install:

pub get fails with the following error:

Because mobx_codegen >=2.0.5 depends on analyzer ^3.0.0 and monarch >=2.0.0-pre.1 depends on analyzer ^2.3.0, mobx_codegen >=2.0.5 is incompatible with monarch >=2.0.0-pre.1.
fertrig commented 2 years ago

We will update the monarch package to support analyzer 3.0.0 in the next few days. For now, you can use mobx_codegen 2.0.4 to work with Monarch.

Thanks for reporting this issue.

fertrig commented 2 years ago

Fix ready. Please use monarch 2.2.0 to use mobx_codegen 2.0.5+2.