Dart intl library resolving with incorrect path -
i've started dart application (using angulardart). when import angulardart package see console error in dartium.
import 'package:angular/angular.dart';
if comment out angulardart import don't see error.
it appears though intl
library being resolved web
directory root. (e.g. web/packages/intl/src/temporary_debugging.dart
instead of packages/intl/src/temporary_debugging.dart
).
i see same error untouched version of angulardart tutorial i'm wondering if bug. i've played around tutorial before , haven't seen error until now.
in describing error found in using built in server in webstrom 8 (eap) see error, when using webstorm 7 error doesn't occur. i'm going file bug intellij.
Comments
Post a Comment