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

Spike: install Monarch via `dart pub global` #61

Open fertrig opened 1 year ago

fertrig commented 1 year ago

Ideally, we would install monarch cli via the command dart pub global activate monarch.

We need to experiment with this approach. There may be implications with downloading and saving the other Monarch binaries, i.e. controller, preview api, platform window manager, etc.