liquid 0.3.3 copy "liquid: ^0.3.3" to clipboard
liquid: ^0.3.3 copied to clipboard

Library to build User Interfaces

Liquid (deprecated in favor of uix) #

Library to build User Interfaces in Dart with Virtual DOM.

Installation #

Requirements:

  • Dart SDK 1.8 or greater

1. Create a new Dart Web Project

2. Add Liquid library and transformer in pubspec.yaml file:

dependencies:
  liquid: any
transformers:
- liquid

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 #

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

DBMonster Benchmark #

Run

0
likes
20
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Library to build User Interfaces

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

analyzer, barback, code_transformers, dom_scheduler, path, vdom

More

Packages that depend on liquid