rikulo_uxl 0.5.1 copy "rikulo_uxl: ^0.5.1" to clipboard
rikulo_uxl: ^0.5.1 copied to clipboard

discontinued
outdatedDart 1 only

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_uxl

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  rikulo_uxl: ^0.5.1

Alternatively, 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/compile.dart';
import 'package:rikulo_uxl/uc.dart';
import 'package:rikulo_uxl/uxl.dart';
0
likes
0
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Homepage

License

unknown (license)

Dependencies

args, html5plus, rikulo

More

Packages that depend on rikulo_uxl