Parcel plugin for dart
This plugin only works with the dart-sdk
Imports via the package:
scheme don't work but dart:
imports work fine
$ npm install parcel-plugin-dart -S
First get stagehand
by running
$ pub global activate stagehand
First create the project directory
$ mkdir helloworld && cd helloworld
then setup the dependencies with
$ npm init && npm i parcel-plugin-dart -S
finally create the dart web project
$ stagehand web-simple
$ parcel serve web/index.html