Fernando Trigoso
Fernando Trigoso
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...
Love the feedback! Visual testing is definitely on our roadmap. We can't wait to start working on it. We think Monarch can drastically improve the golden test experience. For now,...
There is no ETA yet. And, unfortunately, no workaround. However, we are setting up our infrastructure to scale our build process. This infrastructure work will make Linux builds easier for...
@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...
The new Monarch architecture (released last week) will make it easier to add and maintain the Monarch Linux version. We are excited to leverage the new architecture for the Linux...
This is a great idea! It shouldn't be too difficult to implement.
Thank you so much for the PR! ### 1. Use @pragma to name a story This is a good idea. However, we need to add a prefix to make it...
> The only reason I choose the @pragma annotation is that it is built-in... I also like the @pragma annotation for that reason. It is super simple to use. That...
It should work. Here is a story which loads an image asset using the package name: https://github.com/Dropsource/scratch_image/blob/main/scratch_image/stories/images_stories.dart
@natt-han, you are correct on how you want to use the `Image.asset('foo.png', package: 'my_package')` from inside your package project. However, at runtime, Flutter wants `my_package` to exist as a package...