Fernando Trigoso

Results 15 issues of Fernando Trigoso

We have a desktop application which launches two flutter windows. Each flutter window is its own isolate. When we launch DevTools for the application, the Flutter Inspector only shows the...

inspector page
P4

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

This Windows error happens on Flutter beta version `3.7.0-1.1.pre`. When calling method `FlutterEngine::Run`, I get this error: ``` Exception thrown at 0x00007FFA8192BEA1 (flutter_windows.dll) in cherish.exe: 0xC0000005: Access violation reading location...

severe: regression
severe: crash
engine
platform-windows
has reproducible steps
severe: fatal crash
found in release: 3.7

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...

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

We shall improve how stories are named and organized in the Monarch Controller UI. ### Current issues or limitations - On the Controller UI, all story files end in `_stories`...

Monarch has two windows, the Controller and the Preview. On macOS and Windows, we keep those two windows "docked" to each other. We haven't implemented that feature on Linux yet....

help wanted
linux

The Monarch Preview API runs on a headless flutter engine. However, due to [this Flutter issue](https://github.com/flutter/flutter/issues/118716) we cannot run a headless engine on Linux. As a workaround, Monarch launches a...

linux

Closing any Monarch window should close the other one. Otherwise Monarch remains running with one window which may cause further errors.

windows

On Windows, the Monarch icon may not appear on the title bar of all the Monarch windows. When it doesn't appear, a yellow warning icon shows up in its place.

bug
windows