dartboard
dartboard copied to clipboard
Dart Plugin for Eclipse
I'm taking my inspiration from Andmore, which like Dartboard, is an adjunct to an external SDK. Portability and SDK support are related simply because SDK details vary according to platform,...
I am testing the 'wip_flutter' branch. When I use the 'Browse' button on the Flutter SDK preference field, the text remains blank after having made the selection. I am running...
`flutter run` supports a `--route` parameter, that lets the user define the default route that the `MaterialApp` initially renders. Would be cool to have.
Currently there is no way of "attaching" a language server to more than a content type. For Flutter this needs to be done as Flutter ships its own SDK and...
The code completion in Dartcode is much nicer than in Dartboard. Example: "Hello".replaceAll -> Results in "Hello".replaceAll(from, replace) in Dart code "Hello".replaceAll -> Results in "Hello".replaceAll in Dartboard
When synchronizing a project's dependencies, `pub` outputs any errors as well as standard output indicating what changed. We should show this in a dedicated console. Tasks: - [ ] Pub...
Dart allows to pass the `--observe` flag to the executions of Dart files. There currently is no way to achieve this with our launch configurations.
@merks contributed the Dartboard Oomph task but the p2 task fails ```` ERROR: org.eclipse.equinox.p2.director code=10053 Cannot complete the install because one or more required items could not be found. at...
Signed-off-by: Lakshminarayana Nekkanti