dart-editor Questions

2

Solved

I've been attempting to learn enough html, css, and Dart to create my first web page and all is going well, except that I do not understand how to create a simple page and a server side web-socket ...
Marshland asked 14/3, 2014 at 23:27

2

Solved

I just upgraded my Dart Editor (0.5.16_r23799), and code that was bug/warning free, is not anymore. class Fubar { const BAR = 1000000; Fubar(){ } } Lines beginning by const have marker and ...
Katydid asked 12/6, 2013 at 20:38

4

What is the difference between show and as in an import statement? For example, what's the difference between import 'dart:convert' show JSON; and import 'package:google_maps/google_maps.dar...
Dhoti asked 1/11, 2013 at 8:14

7

Solved

Is there a naming convention for Dart packages? Is there maybe a document that describes patterns? I have trouble figuring out naming convention for package names that consist of multiple words. Fo...
Formulism asked 28/1, 2014 at 9:11

2

Solved

In the beginning I want to mark that this is not a regular IDE vs IDE question, because Dart is still in it's infancy, and It's not about which is better but which is more recent. There are only t...
Palstave asked 7/4, 2014 at 17:7

2

Solved

I want to create a symbol equal to that of a private MethodMirror's simplename. However, Symbol's documentation states the argument of new Symbol must be a valid public identifier. If I try and cre...
Dentiform asked 18/3, 2015 at 3:3

1

Solved

Is it in the 1.8 release as an experimental feature like enum or is it not? And how can I use it in the Dart Editor? Is there a nice article or example app that can get me started with this? When ...
Baptistry asked 30/11, 2014 at 10:24

3

Solved

So if I add break points in .dart files that are located in /web directory of my project, it works fine. For example I'm using AngularDart and the main.dart file works. However when I try to put a ...
Pullet asked 8/11, 2014 at 22:39

1

Solved

Having an issue with importing packages in Dart now, the project was working yesterday but has stopped today and I have no clue why, the code hasn't changed all weekend and I don't recall running a...
Succussion asked 10/11, 2014 at 11:28

2

Solved

How to change server socket port number in Dart Editor? Because local tomcat using the 8080. Seem this port changed from 3030 to 8080 after update to version 1.5.0. --- 9:41:37 AM Starting pub s...
Aquilar asked 29/5, 2014 at 1:53

4

I have the web application project in Dart Editor and I want to write some unittests for it. I tried to create .dart file with a simple unit test in the same project (with main function etc) but in...
Wrathful asked 19/4, 2014 at 16:46

2

Solved

I am using Dart Editor to build a Dart app. I am compiling to JavaScript to run on all browsers. I want to minify the output JavaScript. How can I do this without dropping to the command line? I k...
Ectoblast asked 25/9, 2013 at 23:57

2

Solved

I'm new to dart, and am using Dart Editor on Windows. I noticed that my compiled javascript is huge, so I kept removing more and more code to see what was causing it, but I don't think I'm getting...
Smoothen asked 14/1, 2014 at 20:57

1

Solved

I use Dart Editor to launch my app into Chrome or Firefox. I'd like to control the command-line options that are passed to dart2js by Dart Editor. For example, I want to minify the code. How can I ...
Gridiron asked 12/9, 2013 at 10:58

1

I just downloaded the latest version of the dart editor and did the following: 1) Created a new web application. When I try to run, I get the following error: > Failed to load resource: the se...
Bunkhouse asked 13/6, 2013 at 18:0

1

I am getting the following error when trying to do a pub update to get the web_ui package installed. Dart Editor version : 0.2.10_r16761 Dart SDK version : 0.2.10.1_r16761 The "Help > About &...
Bruin asked 14/1, 2013 at 10:10

1

I would like to set a visual theme in the Dart editor with a black background, but there is always certain text that appears blue, which makes it difficult to read. For example, quoted text in HTML...
Pizzicato asked 27/12, 2012 at 21:39

2

Solved

Trying to review a tutorial from the following links: http://blog.dartwatch.com/2012/03/building-client-server-dart-app-part-1.html http://blog.dartwatch.com/2012/03/building-client-server-dart-ap...
Bountiful asked 31/10, 2012 at 10:1
1

© 2022 - 2024 — McMap. All rights reserved.