dartboard icon indicating copy to clipboard operation
dartboard copied to clipboard

Dart Plugin for Eclipse

Results 28 dartboard issues
Sort by recently updated
recently updated
newest added

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...

I believe I have the latest version of wwd installed (`Help -> Check for updates` says everything is up2date) and when I try to install dartboard I get the following...

This should be implemented by using the `flutter create` commands.

up-for-grabs
feature
area:flutter

I think it's good to have a separate perspective for the Dart plugin. Since it's the "Dart project" and "Dart file" wizard shortcuts are hidden by default

feature

The source code formatter (Ctrl+Shift+F) currently inserts line breaks into lines longer than 80 characters. How can the line length be increased/configured?

To support hot code reload in dart projects we need to run dart with the '--enable-vm-service' flag. It does not seem to be possible to currently configure this for a...

up-for-grabs
feature

I don't think we need the option to create emulators in Dartboard but it would be nice to be able to start existing ones. May Andmore has an UI which...

up-for-grabs
feature

Signed-off-by: Andrew Bowley * Two new OS-specific packages org.eclipse.dartboard.os.linux/windows * New PlatformUtil class hides portability solution * New DartSdkChecker and SdkLocator classes support preferences access to SDK installations * SDKLocator...

This is likely to be transient error but I am reporting it so it can be tracked. I checked out the latest main branch of Dartboard from my fork and...

This will require to - proxy requests and write the info that's relevant to the user to a custom console? - Write a notification and command handler - ...? The...

area:flutter