DartEditor 1.4.3 новая установка

#dart #dart-editor

#dart #dart-редактор

Вопрос:

я загрузил новую версию dart 1.4.3. Когда я попытался запустить свое приложение в Dartium, я получаю следующую трассировку стека, и приложение не запускается. Я не знаю, что это значит.

мой index.html трассировка стека файлов в dart говорит Breaking об исключении: ReferenceError: платформа не определена

Спасибо

 **
 * @license
 * Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
 * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
 * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
 * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
 * Code distributed by Google as part of the polymer project is also
 * subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
// @version: 0.3.1-604ba08
window.PolymerGestures={},function(a){var b={shadow:function(a){return a?a.shadowRoot||a.webkitShadowRoot:void 0},canTarget:function(a){return aamp;amp;Boolean(a.elementFromPoint)},targetingShadow:function(a){var b=this.shadow(a);return this.canTarget(b)?b:void 0},olderShadow:function(a){var b=a.olderShadowRoot;if(!b){var c=a.querySelector("shadow");camp;amp;(b=c.olderShadowRoot)}return b},allShadows:function(a){for(var b=[],c=this.shadow(a);c;)b.push(c),c=this.olderShadow(c);return b},searchRoot:function(a,b,c){if(a){var d,e,f=a.elementFromPoint(b,c);for(e=this.targetingShadow(f);e;){if(d=e.elementFromPoint(b,c)){var g=this.targetingShadow(d);return ...
  

Комментарии:

1. Это все еще проблема?

Ответ №1:

Проблема в polymer 0.11.0 5. Вы можете использовать более старую версию polymer и избежать ошибки. В вашем файле pubspec.yaml укажите версию polymer. Я использовал ‘>= 0.10.0 <0.11.0’.