MW
MW
I have see the same problem with iPad pro simulator with black screen. But I don't know it's a problem with iPad Pro simulator, when I don't have real ipad...
That's what I did when subclass VideoSplashViewController ``` swift override func viewDidLoad() { super.viewDidLoad() NSNotificationCenter.defaultCenter().addObserver(self, selector: #selector(becomeActive(_:)), name: UIApplicationDidBecomeActiveNotification, object: nil) } func becomeActive(note:NSNotification) { playVideo() } ```
Yes, it can be reproduced with a freshly created counter project with "flutter create". Not much info in the log. I notice it shows "No device", and Linux, Chrome, and...
Sorry, did it in reversed order, started the debug session then turned on the logging. Here is a new log with more info Debugging logs ```text Dart Code extension: 3.84.0...
All devices show up correctly inside the VS Code, including the Android emulator and Android phone connect and disconnect with USB debugging enabled. No matter if it's old or new...
> If you click Help -> Toggle Developer Tools in VS Code and then click on the "Console" tab, are there any errors there? I tried to look for errors...
> Do you get any output if you run /home/mojo/.asdf/installs/flutter/3.19.2-stable/bin/flutter debug_adapter from a terminal? No, I don't get any output when running `flutter debug_adapter` from the terminal. No output and...
> Is it possible you could try cloning using Git and then setting the dart.flutterSdkPath variable to point at that folder, to see whether the issue might be specific to...
> apologies, I missed your comment above until the bot just commented. Do you have easy access to another Linux machine to see whether it's specific to openSUSE Tumbleweed? >...
I use Podman instead for Docker which doesn't require root permission, but it shouldn't matter which container engine is used. Creating a new box doesn't normally require root permission to...