Danny Tuppeny
Danny Tuppeny
> It does run button presses and screen updates but no responses from the app as you would expect. Tried pressing r, R and q, but nothing happened. No response....
Is there anything to do here in Dart-Code or should we close this? My understanding from the above is that the phone is sleeping and the app doesn't have the...
> The only thing I see them diverging is that when running on the CLI with `--machine` it does launch the app and from vscode, it doesn't. Sorry, I missed...
Also - can you confirm what you mean by "doesn't launch"? It it launches to a white screen, then that's probably just a symptom of starting the app paused.
Got it, thanks - if it's not loading to a white screen, then it's probably not related to --start-paused (but if it was, then that would be the reason, and...
Can you give more details about where the errors occur and which project they point to? It's not clear to me if by: ```yaml foobarsubproject: path: ./foobarsubproject ``` You mean...
Thanks - I don't suppose this is a public project (or you're able to reproduce the issue in a public project)? Being able to test with a project known to...
> What is weird is that not all packages seem to be affected by the issue. There seems to be a pattern that I have yet to understand, or at...
> What is the expected behaviour for this? How does transitive dependencies work in this case - can an application be built with multiple package versions, selectively used by one...
> Thanks. That is some important piece of information I was unaware of! The analyzer might indeed show errors that do not exist while building the app. Wow. > Yes,...