Questions tagged [dart]

20 questions
8
votes
3 answers

Android Emulator closed because internal error: emuglConfig_init: blacklisted=0 has_guest_renderer=1

I've searched just about everywhere for this issue: emuglConfig_init: blacklisted=0 has_guest_renderer=1 to try and solve it. Could someone shed some light on this? Here's a screenshot of the given issue
5
votes
1 answer

Android Studio Port 5037 error

Whenever I run virtual emulator to test my code on android studio system starts hanging very much and then it runs the virtual device with ERROR: AdbHostServer.cpp:93: Unable to connect to adb daemon on port: 5037 And I am unable to test my…
Yash
  • 59
2
votes
0 answers

DaRT 7.0 doesn't see my Windows installation

I created bootable CD for Microsoft DaRT 7.0. And when I boot, it doesn't see my Windows 7 32bit Ultimate installation. What can I do?
Someone
  • 239
2
votes
2 answers

Microsoft DaRT - Standalone System Sweeper

Envrionment: MDT 2012 on a Server 2008 R2 install. WDS installed and working, MDT installed and working. Microsoft DaRT installed on server, tools.cab has been copied to the respective deployment shares and enabled in on each one in…
user76211
2
votes
1 answer

VS code flutter dart - trying to disable intellisense sugestions if I have not typed anything but opened a bracket

So I'm trying to disable when I open a bracket it suggests objects. When I open new Scaffold's bracket it throws a list at me so when i go to hit enter it fills variables in, I can get around this by hitting escape anytime the list populates but…
targo20100
  • 23
  • 1
  • 4
2
votes
3 answers

How to install Dart SDK on Fedora 29?

The Bash Commands in Dart Documentation to install it's sdk is for Ubuntu (using apt-get). I used dnf install dart but it returned the followig error: No match for argument: dart Error: Unable to find a match I'm using Fedora 29.
2
votes
0 answers

Build failed flutter project in Xcode, packages not found

I'm trying to help with a Flutter project specifically the iOS side not so much the android side. This project takes advantage of Flutter packages though when trying to build in Xcode it is failing the build because the 'file' was not found. The…
Airbornz
  • 21
  • 2
1
vote
0 answers

How to make an AIO MSDaRT usb/disk

I know there's an AIO windows installation disks, but is it possible making an AIO MSDaRT disc/usb? I wanna have a bootable MSDaRT disk to chose from Vista, Win7, or Win8
1
vote
0 answers

Force tabs in the Dart Editor

Any way to force the Dart Editor to use damn tabs instead of spaces? I've tried for months to use the whole 2 space nonsense and it's honestly done nothing more then made it a hassle to navigate code at the line level as well as a pain in many other…
srcspider
  • 189
1
vote
1 answer

Android Studio with Flutter no devices connected

I've installed Android Studio with Flutter/Dart plugin on Windows 10. Android Studio 3.4.2 Flutter Plugin 38.2 Dart Plugin v183.6270 If I open a Flutter project in Android Studio, the device list always displays "loading", and I see my three…
0
votes
1 answer

Why can't I find dart2native in the dart-sdk?

Some existing dart package documentation, such as dart_ctags, call on the flutter/dart developer to employ dart2native, but it's no where in current dart or flutter sdks.
J Michael
  • 413
0
votes
1 answer

I want to start developing Dart Applications using Eclipse IDE, but when I add the Dart SDK on Eclipse, its saying: Not a valid SDK location

I want to develop Dart Applications using Eclipse IDE. So the process is that you have to install the Dart Plugin for eclipse and I have done that. Then I have to configure the Dart SDK through point Eclipse to the Dart SDK Location and I have done…
Obert
  • 1
0
votes
1 answer

Flutter: How to display log in master branch

I updated my iPhone to iOS 13 and Xcode to 11. Because of that, it became impossible to build. So I Changed the Flutter SDK branch to master with reference to the following link. https://github.com/flutter/flutter/issues/40542 As a result, build and…
mirock
  • 1
0
votes
4 answers

Flutter SDK Card

I'm having a hard time setting up the Flutter SDK Card to enable to create flutter projects. I've downloaded the zip, extracted the flutter files, and updated my path, but I'm still unable to create a flutter project via Android Studio. Please help…
Derek
  • 1
0
votes
1 answer

Compiling Error in flutter: NoSuchMethodError: The getter 'isEof' was called on null

While trying to debug my flutter app on my emulator I randomly started to get this compiling error. I tried upgrading my flutter to the latest release. Not getting any formatting or otherwise errors in my code. The only thing I can think might be…
1
2