Skip to main content

Questions tagged [dart]

The tag has no usage guidance.

0 votes
1 answer
530 views

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's user avatar
  • 183
0 votes
1 answer
389 views

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 ...
Obert's user avatar
  • 1
0 votes
1 answer
99 views

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/...
mirock's user avatar
  • 1
0 votes
4 answers
115 views

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 ...
Derek's user avatar
  • 1
-1 votes
1 answer
694 views

Add chrome to devices in android studio

since flutter 1.9 flutter web adds chrome as a device. (https://flutter.dev/docs/get-started/web) How can I add chrome as device to android-studio in order to run my code from android-studio instead ...
Johanno's user avatar
0 votes
1 answer
1k views

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 ...
David A Havel's user avatar
1 vote
1 answer
5k views

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 ...
Mario Semper's user avatar
0 votes
3 answers
2k views

VSCode unable to find Flutter SDK

flutter newbie here, was setting up yesterday, managed to get it functional with Android studio. Running flutter doctor in terminal showed everything checks out. But running flutter doctor in VSCode,...
Naughty Noodler's user avatar
0 votes
1 answer
682 views

Flutter web giving unhandled exception error when trying to run

I run an Arch linux system. I have been trying for the past few days to get the flutter for web (hummingbird) to run on my computer. Everytime I try to run it though it gets to starting the web server ...
Lazar's user avatar
  • 1
5 votes
1 answer
12k views

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 ...
Yash's user avatar
  • 59
8 votes
3 answers
22k views

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 ...
elbitapmoC's user avatar
2 votes
1 answer
3k views

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 ...
targo20100's user avatar
0 votes
1 answer
3k views

Dart and Flutter plugin: Code completion is not working in IntelliJ IDEA 2019.1

Unfortunately, there is a problem with the code completion using Dart and Flutter plugins in the new version IntelliJ IDEA 2019.1. The weird thing is when the Class is written, IntelliJ can find the ...
Ipereto's user avatar
2 votes
3 answers
7k views

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 ...
Mushaheed Syed's user avatar
2 votes
0 answers
519 views

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 ...
Airbornz's user avatar

15 30 50 per page