Dart is a class-based, optionally-typed programming language for building web or command-line applications. Dart compiles to modern JavaScript to run on the client and runs natively on the Dart VM for server-side apps.
0
votes
0answers
4 views
How to connect dart to sqlite?
My old application used web2py and sqlite as database. Now I want to try porting this apps to dart with sqlite as database too.
But I can't find any doc to use it. I just found connect MySQL with ...
0
votes
0answers
4 views
Dart layout convention regarding internationalization bundles
Is there a recommended best practice regarding the darts folder layout convention regarding internationalization bundles and folder within the dart project hierarchy?
1
vote
1answer
13 views
Rikulo websockets and channels
Does rikulo stream v 0.7.2 support web sockets with different channels?
I have seen so far only examples with static resource files.
0
votes
1answer
30 views
Is it possible to mock classes that only expose Factory constructors?
Recently I had a need to mock the Timer class in test. This turned out to be an issue because Timer doesnt have any public default constructors because it uses all factory constructors. Is it possible ...
1
vote
1answer
22 views
Rikulo stream base folder
Is it possible to choose to serve files only from a specific folder using Rikulo stream? I've tried
new StreamServer(uriMapping: _mapping, homeDir: 'my/web/webapp/app')
but I'm not getting the ...
-1
votes
1answer
44 views
Trouble reading a local .txt file to display its contents in webpage (Dart Programming) [closed]
I want access to each individual line of the specific file to display its stats on a webpage. What steps or code should I use to go about this.
0
votes
0answers
42 views
what is non-standard about this package directory structure?
I have the structure shown below. When I run dartdoc from the DartEditor and from the command line I get errors regarding "no such file" on an import. When I run my Dart app bin/ebisu.ebisu.dart, it ...
0
votes
1answer
41 views
Accessing Template Elements Prorgramatically in Web UI
Is there any easy way to access the associated element object of an element declared in your template. For instance say I have a button on my template and I want to access the ButtonElement object so ...
0
votes
1answer
56 views
Dart when to use the mirror API
This may be a silly question, so sorry for asking this, and fyi I'm new to this kind of stuff.
After reading the documentation about mirrors, I can only grasp that the mirrors API is just like ...
4
votes
2answers
73 views
Dart ways of handling Futures
I saw a Dart screencast about Futures and how to handle them. It said there are two ways of handling some Futures that mixed with sync code. This is the example code:
import 'dart:async';
Map ...
1
vote
1answer
36 views
Store and retrieve Google Dart objects in JavaScript library containers
Store and retrieve Google Dart objects in JavaScript library containers
In a Dart application I am using an external JavaScript library to do various matrix calculations.
The specific functionality ...
1
vote
2answers
51 views
Executing code before render
When I load my page, I see the original page (only for a short time) before Dart starts modifying the content. How do I avoid this?
Example:
File index.html
<html>
<head>
...
1
vote
1answer
65 views
How to create an HTML link in Dart?
I would like to create an HTML link with Dart.
Where in HTML I would write:
You can click <a href="url_1">here</a> and <a href="url_2">there</a>.
I do not know how to do it ...
1
vote
3answers
68 views
How do you determine the input type in Dart?
I'd like to find all the radio buttons on a form and leave the other input types alone. My code looks like this:
form.queryAll("select, input").forEach((Element el) {
if (el is ...
0
votes
1answer
52 views
how do I simply run latest examples of project like web ui or widgets
If something I have specifies web ui in its pubspec it eventually ends up in a place like $HOME/.pub-cache/hosted/pub.dartlang.org/web_ui-0.4.7+3. I noticed that the todomvc appears in the example ...
2
votes
1answer
90 views
How to implement Iterable<E> in dart?
I still havn't understood how to deal with Iterable/Iterator in Dart.
I think I have to give up and simply return Lists but that's not what I want since it will
lead bad performance in my case.
What ...
3
votes
1answer
50 views
How to style internal elements of a Dart Web Component?
I am playing with the popover component in the Dart "bee" Web Components package (bee)
However, I can't see a way of changing the default styling for internal elements of the component. I want to ...
4
votes
1answer
85 views
How to convert an object containing DateTime fields to JSON in Dart?
I try to convert an object to JSON.
var obj = { "dt": new DateTime.now() };
var s = stringify(obj);
The runtime throws an exception: "Calling toJson method on object failed."
That's expected ...
0
votes
1answer
36 views
Ability to make interactive contrls on canvas
i am wanting to attempt to write a 2d CAD package with Rikulo.
THis requires interacting with the shapes and having a sense of Paper space scale.
DO you think this is possible ?
Maybe you can point ...
2
votes
2answers
49 views
How do you replace a listener in dart?
I have a class that creates a button and connects a listener to the click event. In a sub class I'd like to replace the superclass handler. This code adds a listener:
...
0
votes
1answer
47 views
Reading text file using readAsString() and using the result
The following example (1) reads a file and prints the contents without explicitly assigning the file contents to a variable (ie. “.then(stdout.write)”). However, if I want to do more than just print ...
0
votes
1answer
65 views
Data-binding via Dart web-ui in a Bootstrap Popover
I'm trying to use two-way data-binding to a Dart variable inside a Bootstrap Popover with no success. My code looks something like:
<!DOCTYPE html>
<html>
<head>
<meta ...
0
votes
1answer
41 views
Bypass Certificate Error Using Http
I'm trying to create a proxy server that access third-party API, but their development end point have certificate error. Is there anyway to bypass ssl error when using http.dart?
import ...
0
votes
1answer
37 views
dart regex matching and get some information from it
For practice, I decided to build something like a Backbone router. The user only needs to give the regex string like r'^first/second/third/$' and then hook that to a View.
For Example, suppose I have ...
0
votes
3answers
98 views
How to create forms in dart?
What is the best way to create forms (textfields, checkboxes, radio buttons, ...) and handle the data after the user's input?
Just use web components as dart's web ui?
...
1
vote
1answer
42 views
Print statement versus stdout performance and Dart-Editor versus command-line performance
This is probably not of major importance, however I have noticed during testing that the performance of the print statement and also stdout is much faster in the Dart-Editor than from the ...
0
votes
1answer
28 views
Creating a Rikulo custom view and give his children correct position
Why everything has absolute position?
I'm trying to make a Panel with a title, the title is behind the child nodes of the panel, because the children are in absolute position.
How I can build custom ...
2
votes
1answer
55 views
How do I get a reference to an event stream from a within an event handler?
I have a need to manage a global state of a number of web components on my web page. (e.g. Each web component has a "select" button/function and I track components to make sure only one component is ...
1
vote
1answer
81 views
Dart: Float32Array not loaded
While trying to run some three.dart example codes, I get the following exception:
Exception: 'package:three/src/core/Matrix4.dart': Error: line 25 pos 24: type 'Float32Array' >is not loaded
: ...
1
vote
1answer
47 views
How to generate javascript with Dart editor
When I select Tools > Generate Javascript in Dart editor, I get an error message saying that I need to select a Dart library. I want to convert the entire project into javascript. I can't figure out ...
3
votes
1answer
63 views
How to terminate a long running isolate #2
I am trying to understand how I shall port my Java chess engine to dart.
So I have understood that I should use an Isolates to run my engine in parallell with the GUI but how can I force the engine ...
2
votes
1answer
67 views
why does this Dart broadcast stream not accept multiple listen calls
import 'dart:async';
void main() {
var dog = new Dog();
showTheDogACat(dog);
print('outside');
dog.bark();
}
class Cat{
void runAway(msg){
print("$msg I'm running away!");
}
}
class ...
1
vote
1answer
55 views
Is it possible to instantiate a class from a dynamic var?
I have many objects of the same base type. I want to build a generic function to create them. Code sample :
class Grid extends Display { ....
class Start extends Display { ....
class MainClass {
...
1
vote
1answer
85 views
Problems with JS Interop when compiled to javascript
I'm using Parse.com as my server solution. I'm loading their framework.js in my dart.html header section.
First of all, everything(CRUD) works great running in Dartium.
Now my goal is to make it work ...
0
votes
1answer
51 views
async Future StreamSubscription Error
Could someone please explain what's wrong with the following code. I'm making two calls to the function fInputData. The first works ok, the second results in an error :
"unhandled exception"
"Bad ...
0
votes
1answer
109 views
How to get Dart native extension demo “sample_extension” to work?
I am trying to get the Dart native extension example from this page to work.
http://www.dartlang.org/articles/native-extensions-for-standalone-dart-vm/
I am on Windows. I downloaded and extracted ...
0
votes
1answer
58 views
How to implement an eventable type in Dart
in short is their built in functionality to make eventable types in dart?
In my Javascript applications I use a class called Eventable to provide the following functionality:
var dog = new Dog() ...
0
votes
1answer
66 views
jQuery.load() in Dart
Is there any equivalent function to jQuery.load() in Dart?
If not; how do I load some parts of my page with AJAX, as an alternative to loading the whole page again? I would like it to seem like ...
0
votes
2answers
58 views
why does dart create closures when referencing a method?
void main() {
A one = new A(1);
A two = new A(2);
var fnRef = one.getMyId; //A closure created here
var anotherFnRef = two.getMyId; //Another closure created here
}
class A{
int ...
1
vote
2answers
51 views
dart method calling context
I used the below to see how dart calls methods passed in to other methods to see what context the passed in method would/can be called under.
void main() {
var one = new IDable(1);
var two = new ...
2
votes
2answers
61 views
can you add properties on to functions in Dart?
Can you add properties on to functions in dart? I tried this:
void main(){
fn(){
//DoSomething
};
fn.id = 1; //Exception NoSuchMethod
}
Only to get a NoSuchMethod exception ...
3
votes
1answer
52 views
is there an equivalent to jquery's “closest” in Dart
jQuery has "closest" which returns the closest matching ancestor in the tree. Is there a Dart equivalent? I'd like to make the following less fragile:
...
2
votes
1answer
61 views
async.Future async.Completer - how to “continue” if an error
Some help with the following would be appreciated. I am writing some console test programs, and I want to be able to enter some parameters from the terminal (I don't want to use command line arguments ...
2
votes
1answer
62 views
Cannot query dynamically added elements
In Dart I'm trying to add HTML dynamically in a div element.
Note: the mainContainer element is just a div in my HTML code
import 'dart:html';
main()
{
loadHTML("web/html/test.html");
}
void ...
1
vote
1answer
59 views
can dart be debugged in chrome (with the dart VM)?
can dart be debugged within dev tools in the special 'dartium' build of chrome? I've searched around but with little success, when I look in dev tools I can't even see the dart file being executed in ...
0
votes
2answers
54 views
Console application - StringDecoder stdin
The following or similar was shown for terminal input, however terminating input with ctl-d is not good. Is there another way to exit from this "loop"?
import "dart:io";
void main() {
...
2
votes
1answer
50 views
How to terminate a long running isolate
I am trying to understand how I shall port my Java chess engine to dart.
So I have understood that I should use Isolates and/or Futures to run my engine in parallell with the GUI but how can I force ...
1
vote
2answers
79 views
Is there a way to augment the web-ui build process in Dart to copy my code somewhere else after the build process is finished?
I have tried many techniques, but for the life of me, I cannot get this to work. The technique that gave me the most promise, but still did not work was as follows:
--I noticed that the call to the ...
1
vote
2answers
86 views
Console Application - terminal input
Could someone please show me an example of terminal input (question and response) in Dart (console) (latest r22223). The only example that I have seen doesn't appear to work or is incomplete.
3
votes
1answer
67 views
Dart and http://pub.dartlang.org/packages/route
I have started experimenting with Dart and the Route package http://pub.dartlang.org/packages/route.
Two questions have come up immediately:
1) Is it possible (and if what is the idiomatic way) to ...


