Is there a way to invoke Dart REPL on a website when using Dartium?

Now I know that I cannot interact with Dart through the console , but I was hoping there might be another way to invoke REPL inside Dartium.

Basically, I would like to be able to: 1. Go to the site in Dartium 2. Call some Dart REPL 3. We talk with DOM, CSS, etc. Using Dart commands, not Javascript.

Is this even possible? Or, is the Dart Edit / Refresh development model?

Greetings Andy

+5
source share
2 answers

Chrome Dev tools in Dartium will now let you do this very nicely.

+1
source

- Edit/Refresh. , - http://try.dartlang.org/

0

All Articles