liquid icon indicating copy to clipboard operation
liquid copied to clipboard

[UNMAINTAINED] Library to build User Interfaces in Dart [Virtual DOM]

Results 5 liquid issues
Sort by recently updated
recently updated
newest added

Is it possible for you to post some examples of writing tests with liquid? I've created a working example but when I run the tests I get an empty string...

Giving this a go. Can't build my test. Snippet: ``` Building vdom_fun... [Error from Factory on vdom_fun|web/boxes.dart]: Unable to resolve asset ID for "dart:core" Build error: Transform Factory on vdom_fun|web/boxes.dart...

Hello, I want to use `type` attribute in input elements to have for example password input like this (I tried two components but with same result): ``` textInput(type: "password")(""), input(type:...

Per [the new exported dependency guidelines](https://groups.google.com/a/dartlang.org/forum/#!topic/misc/6PjWjxveQjQ), the dependency constraint for `vdom` should be narrowed to `>=0.7.1

I tried it and I liked it (even if it is, unfortunately, non isomorphic), but I think that there should be a simpler syntax to define components. 59 lines to...