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

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -