rikulo/stream

The built-in library 'dart:platform' is not available on the stand-alone VM.

icode opened this issue · 3 comments

2013-11-01T03:41:37.420121+00:00 app[web.1]: The built-in library 'dart:platform' is not available on the stand-alone VM.
2013-11-01T03:41:37.420121+00:00 app[web.1]: import "dart:platform" as platform;
2013-11-01T03:41:37.420121+00:00 app[web.1]: 'package:stream/stream.dart': Error: line 11 pos 1: library handler failed
2013-11-01T03:41:37.420121+00:00 app[web.1]: ^
2013-11-01T03:41:37.420121+00:00 app[web.1]: 'file:///app/bin/main.dart': Error: line 4 pos 1: library handler failed
2013-11-01T03:41:37.420121+00:00 app[web.1]: import 'package:stream/stream.dart';
2013-11-01T03:41:37.420121+00:00 app[web.1]: ^

Well, it seems I need to build a dart vm on heroku.