rikulo_uxl 0.5.3+2
rikulo_uxl: ^0.5.3+2 copied to clipboard
Rikulo UXL Compiler for compiling UXL files to Dart files. Rikulo UXL (User-interface eXtensible Language) allows developers to define UI in XML, and to use the MVC pattern to develop applications.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add rikulo_uxlThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
rikulo_uxl: ^0.5.3+2Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:rikulo_uxl/uc.dart';
import 'package:rikulo_uxl/uxl.dart';