Library to build User Interfaces in Dart with Virtual DOM.
Requirements:
pubspec.yaml
file:dependencies:
liquid: any
transformers:
- liquid
$ 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
Here are simple examples that is build with Liquid library:
TodoMVC application [Source Code], it is heavily commented and demonstrates many important features of this library.