I installed the dependencies from this tutorial http://docs.rikulo.org/rikulo/latest/UXL/Fundamentals/UXL_Overview.html
dependencies:
rikulo_uxl:
git: git://github.com/rikulo/uxl.git
trying to compile with uc.dart I get:
Error: line 8 pos 1: library handler failed
import 'package:args/args.dart';
what is wrong? missing path?