Questions tagged [dartium]

Dartium: Chromium with DartVM Support

Dartium: Chromium with DartVM Support. You can get the latest version of Dartium here.

106 questions
10
votes
1 answer

Is it OK to ignore keydown events with keyCode = 229?

At the beginning I wanted to monitor changes to a in real time (for example, exactly when the user presses a key). The onChange event did not work because it is triggered only when the user presses Enter or removes focus from the…
silviubogan
  • 2,416
  • 3
  • 21
  • 38
9
votes
1 answer

Dartium is expired

Just today Dartium is reporting that it is expired and no combination of downloading and re-installing or rebooting or deleting and re-installing resolves the problem. The only solution I have found is to change the Date/Time of my server to…
9
votes
1 answer

Embedding The Dart VM In A Desktop Graphical Stand - Alone Application

So I am writing a cross-platform (so far plans for Windows and Ubuntu) application for both the web and desktop. This application is expected to at times be moderately graphically intensive and perform a substantial amount of file IO. I am writing…
9
votes
2 answers

How to create libraries for Dart?

How can I create libraries using Dart? I want to start porting some JavaScript (and other languages) libraries I've created to Dart.
Nathan Campos
  • 26,567
  • 57
  • 185
  • 289
8
votes
2 answers

How to run Dart on a server?

Is there a way to run Dart code on a server, similar to how Node.js runs javascript or ruby interpreter runs ruby code? Or is it that currently it can only run in Dartium?
snitko
  • 9,407
  • 10
  • 59
  • 89
8
votes
4 answers

Running dart in a web server

How do I run dart in a server? say in localhost or any web server? Currently google provides a dart editor which executes the code in dartium browser. Also even if I get to run it on a server would it be visible to others viewing the page in a…
gopi1410
  • 6,148
  • 8
  • 38
  • 73
6
votes
1 answer

How can I access Dart functions/variables from the Dartium DevTool Console?

In JavaScript you can access global variables and functions from the DevTool console (e.g. to call a function manually). I tried to do this in Dartium, but I always get a reference error. I tried following variations: testFunc () { return…
Simon Jentsch
  • 668
  • 5
  • 10
6
votes
3 answers

How to show CSS Styles of Shadow Dom in Chrome DevTools

I use Dart Polymer to create web components. To debug CSS styles I start the app in Dartium and use Chrome DevTools to inspect the styles. The problem is that all the styles defined in the