Dartium in Ubuntu

Issue

I’m working on a Dart/Polymer app using Chrome Dev Editor on Ubuntu 14.04.

I’d like to run in Dart (not JavaScript and dart.js) using Dartium, but I’m not sure how to actually open and use Dartium. I downloaded the zip from dartlang.org. I just need to open the browser…

Is this something I can do without having to download the Dart Editor package and run Dartium from within that?

Solution

You can start it from the command line.

Unzip the package.

cd chromium

./chrome

Answered By – Greg Lowe

Answer Checked By – Senaida (FlutterFixes Volunteer)

Leave a Reply

Your email address will not be published. Required fields are marked *