localvoid / liquid

[UNMAINTAINED] Library to build User Interfaces in Dart [Virtual DOM]
http://localvoid.github.io/liquid/
BSD 2-Clause "Simplified" License
29 stars 3 forks source link

cannot resolve class 'VElementContainerBase' #4

Closed Zeug-9 closed 9 years ago

Zeug-9 commented 9 years ago

Since the new update with Refactor virtual node hierachies I have this error ( sorry for my english medium) liquid

localvoid commented 9 years ago

hm, this actually should work even with "Refactor virtual node hierarchies" patch.

https://github.com/localvoid/liquid/commit/d2463d7d141fee5a32e4698b398324578e1de20e#diff-7fc59efee894a9d1387bfc24378cc739R7

localvoid commented 9 years ago

It looks like you have latest version of "VDom" library and slightly outdated "Liquid". pub upgrade should fix this.

Zeug-9 commented 9 years ago

in pubspec.yaml liquid: git: git://github.com/localvoid/liquid.git vdom: git: git://github.com/localvoid/vdom.git

And yet I have still the same error

In root.dart

part of liquid.vdom;

abstract class VRootBase extends VElementBase { Component component;

localvoid commented 9 years ago

It should work. If it is an error displayed in IDE, "reanalyze sources" should fix this, or if it is in browser, maybe relaunch "pub serve" or ctrl-f5 in browser. This error was before "Refactor virtual node hierarchies" patch.

Zeug-9 commented 9 years ago

That's it everything works well it came IDE I work with IntelliJ thank you very much