Desktop embedding: device doesn't show up
See original GitHub issueIn the new desktop embedding the computer shows up as a normal flutter devices:
$ flutter devices
2 connected devices:
Nexus 5 • 043f5475251bc8f5 • android-arm • Android 8.1.0 (API 27)
Linux • Linux • linux-x64 • Linux
Why doesn’t this device show up in the list? Apparently the list is filtered. To make the computer appear, only this filter has to be adjusted. No new command syntax is introduced.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
FIX: Desktop access is not disabled in a Windows Embedded ...
In a Windows Embedded Compact 7-based image, you disable the Enable access to desktop files setting under the KITL settings for Core Service...
Read more >Intel® Graphics Adapter Doesn't Appear in the Device Manager
Intel Graphics is not appearing under Display Adapters in the Device Manager. If you see the adapter listed as Microsoft Basic Display Adapter...
Read more >How To Fix USB Device Not Recognized | HP® Tech Takes
First, always use the Eject function to remove a USB device · Do this by right-clicking on the USB icon in the lower...
Read more >Embedding project via iframe does not work on tablet or ...
Hi, I am having issues with embedding my project. It does not work on tablet or smartphone but works just fine on desktop....
Read more >Flutter desktop embedding - macos - Stack Overflow
It doesn't sound like you followed the instructions for running a project other than the FDE example. A newly created Flutter project ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For the benefit of anyone else finding this after the fact: everything discussed above is obsolete, and if you follow the current instructions desktop devices will show up in IDEs without any extra steps.
For those looking to make it work in IntelliJ & Mojave Putting
setenv ENABLE_FLUTTER_DESKTOP=true
in/etc/launchd.conf
did the trick for me.