0

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 that, by going to Window, Preferences, Dart - Then browse to Dart SDK Location as: C:\dart-sdk, but Eclipse is saying: Not a valid Dart SDK location.

So because of that the Apply button remains grayed and I cant apply. So please help.

Obert
  • 1

1 Answers1

0

Installing the Dart Plugin for Eclipse is supposed to install everything that is required for Dart projects.

There is no need to install separately the SDK.

harrymc
  • 498,455