I'm trying to get dart working. As editor I want to use emacs dart-mode. I've got 2 questions concerning using dart without the dart editor:
1) Do I manually need to call dart2js or does the in html included script dart.js do that for me? Where can I find the dart.js file on a linux system?
2) Where can I find the packages that come with the dart install on a linux system?
Thank you in advance!
dart.jsis contained in the browser package. Once you have added this package to pubspec.yaml and runpub installyou can add the script file to your html.Assuming you have downloaded the dart bundle you will find all the binaries under
$DART_HOME/dart-sdk/bin.