eclipse / dartboard

Dart Plugin for Eclipse
https://marketplace.eclipse.org/content/dart-plugin-eclipse-0
Eclipse Public License 2.0
56 stars 20 forks source link

Not a valid SDK Location (Flutter on Windows 10) #181

Open scprotz opened 3 years ago

scprotz commented 3 years ago

I installed the dart plugin for eclipse on Windows 10 (Eclipse version 20200910-1200). I then installed flutter 1.22.6 and caused it to install Dart (flutter dart). After setting the path for flutter in my Windows 10 environment, I then restarted eclipse. I went into Windows>Preferences>Dart to set the location for the dart SDK and no matter which path I put (i.e. C:\flutter\bin\ or C:\flutter\bin\cache\dart-sdk, or variants pointing into the dart-sdk bin or lib or include directory) none seem to work.

I did make sure that Dart was running correctly from a command prompt by typing dart --version.

Any ideas why Eclipse 2020.09 with the Dart plugin can't set the SDK location?

CapitalMarkets commented 3 years ago

Not a valid SDK Location (Flutter on Linux)

This is an issue in Linux also inside Eclipse running Dart Plugin for Eclipse 0.1.0:

Screenshot from 2021-06-11 15-59-22

Screenshot from 2021-06-11 16-00-08

sebthom commented 1 year ago

If you are still interested in Dart development with Eclipse, you can give https://github.com/dart4e/dart4e/ a try.

vogella commented 1 year ago

@sebthom very cool, would you be interested in taking over this project with your code? This would allow you to add your Dart support to the official Eclipse update site. Our project unfortunately died but would be still interested in helping with testing and build.

sebthom commented 1 year ago

@vogella thanks for the offer. at the moment I don't really see the value of moving to the foundation. esp. as long as I am the only developer I like to keep the administrative overhead to a minimum.