stuartmorgan-g

Results 1216 comments of stuartmorgan-g

I believe the plan (@cbracken can correct me if I'm wrong) is to move all the desktop templates to a model where they don't show the window until the first...

Running an application with an older version of Flutter than it was created with has always been unsupported, so there's no need for a delay.

This is likely a duplicate of https://github.com/flutter/flutter/issues/109690. We'll need to run it under an instrumented local engine to see what the views are.

Based on local debugging this is indeed https://github.com/flutter/flutter/issues/109690; SurfaceViews are being added after the initial creation.

For this API, we should use the new style of adding platform-specific APIs in the platform package (so, a new public method in `path_provide_ios`/`path_provider_macos`) instead of the legacy approach of...

The page you linked to is about Dart exceptions. There's no way, in general, to catch every native exception in any native code. If you want custom handling of native...

> On the other hand, the "**Handling all types of errors**" title in the document increases the expectation a lot. Adding a warning here that not all errors can be...

What is the output of `flutter config`? It looks like you may have disable Windows support at some point.

@huycozy If the problem were with VS detection there would be a Windows section indicating that VS wasn't found. What we need is the `flutter config` output I requested above,...