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

Support web as a device target from Monarch #10

Open gcostaapps opened 3 years ago

gcostaapps commented 3 years ago

The ability to test on different devices is great and very fast. As flutter now have web in stable will monarch support testing UI on web?

fertrig commented 3 years ago

It is on the roadmap. We have a nice experience in mind to support web as a device target.

The more demand we see for it the quicker we can get to it. I'll leave this issue open to gauge demand. Feel free to +1 it.

filly82 commented 1 year ago

how would that work? there are a lot of "web devices" (browsers, webviews) out there for that purpose (web, desktop) a "generic device" that allows resizing the device window would be enough for me and much appreciated ... or is that already somehow possible?

fertrig commented 1 year ago

@filly82 Supporting web from Monarch would include previewing stories in the user's browser. However, the "generic device" is an interesting idea. I created issue #48 to keep track of that work.