Currently not actively developed, please see https://github.com/dart4e/dart4e/ for Dart and Flutter support in the Eclipse IDE.
Dartboard is an Eclipse plugin for Dart and Flutter development. The Dartboard official Twitter account is @DartEclipse
Dart and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC.
This project requires a recent version of the Wild Web Developer. You have to install this first if your Eclipse installation does not already include it.
Download and install at least Dart 2.2. from the Dart download page.
Check by running $ dart --version
after installation.
Install the Eclipse plugin from the Marketplace or use the button.
There is also p2 update sites available at.
Nightly:
0.1 release:
Thanks to the language server protocol and the analysis server provided by the Dart team Dartboard already contains many features.
The language server provides the necessary analysis and TextMate grammars provide syntax highlighting to enrich the development experience.
-
Running Dart programs directly from the IDE
-
All features from the classic Eclipse IDE
To build the project use Maven. Please note that 3.6.1 and 3.6.2 have a bug, use either a later version or Maven 3.6.0.
mvn clean verify
There are many ways in which you can participate in the project, for example:
-
Submit bugs and feature requests, and help us verify as they are checked in
-
Review source code changes
If you are interested in fixing issues or contributing directly to the code base, please see the document How to Contribute. and Development wiki for instructions on how to contribute to the repository.
CI is available at Eclipse Foundation Jenkins