liquid 0.1.1+1 copy "liquid: ^0.1.1+1" to clipboard
liquid: ^0.1.1+1 copied to clipboard

outdated

Library to build User Interfaces [Virtual DOM]

Liquid #

Library to build User Interfaces in Dart with Virtual DOM.

Installation #

Requirements:

  • Dart SDK 1.6 or greater

1. Create a new Dart Web Project

2. Add Liquid library in pubspec.yaml file:

dependencies:
  liquid: any

3. Install it

$ pub get

And now you are ready to use it, just import 'package:liquid/liquid.dart' and start writing your first application with Liquid library

Examples #

Here are simple examples that is build with Liquid library:

TodoMVC example #

We also created TodoMVC application [Source Code], it is heavily commented and demonstrates many important features of this library.

0
likes
0
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

Library to build User Interfaces [Virtual DOM]

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

browser, collection, vdom

More

Packages that depend on liquid