monarch icon indicating copy to clipboard operation
monarch copied to clipboard

Monarch is a tool for building Flutter widgets in isolation. It makes it easy to build, test and debug complex UIs.

Results 32 monarch issues
Sort by recently updated
recently updated
newest added

Hi there! Monarch looks awesome. I haven't seen anything about creating images of stories, then testing they don't change later. I'm using https://pub.dev/packages/golden_toolkit which is great to avoid unwanted design...

Add option to debug the semantics layer via the [Semantics Debugger](https://api.flutter.dev/flutter/widgets/SemanticsDebugger-class.html), which is an overlay to help visualize the semantics tree. It can be enabled using [WidgetsApp.showSemanticsDebugger](https://api.flutter.dev/flutter/widgets/WidgetsApp/showSemanticsDebugger.html) or [MaterialApp.showSemanticsDebugger](https://api.flutter.dev/flutter/material/MaterialApp/showSemanticsDebugger.html).

enhancement
good first issue

Is there an ETA for Linux support? And is there currently a workaround to running Monarch on Linux?

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?

On macOS, after upgrading to Flutter 3.16.0 and running `monarch run` you get this message: ``` Downloading the Monarch UI for this project's flutter version... We could not find a...

It would be nice to have a button to reset the settings in the Monarch Controller to their default starting values (ex. 1.0 text scale factor, 100% scale, Material Light...

good first issue

I can't seem to debug any stories in DevTools. Not sure yet if this is a bug or just me missing something though... Whenever I press the "Launch DevTools..." button,...

macos

Story functions are simple functions that return a `Widget` and take zero arguments. Their type is `Widget Function()`. The stories files may have functions which are not stories, i.e. functions...

good first issue
preview

It would be nice to have an option to change device window orientation from portrait to landscape and vice versa.

good first issue

For screenshots for the app stores, I would really like to be able to take a screenshot in Monarch in full resolution of the app. Besides testing the UI, it...

good first issue