rikulo 0.6.0 copy "rikulo: ^0.6.0" to clipboard
rikulo: ^0.6.0 copied to clipboard

discontinued
outdatedDart 1 only

Rikulo is a free and open source framework for creating incredible cross-platform web and native mobile applications in Dart & HTML5.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rikulo

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

dependencies:
  rikulo: ^0.6.0

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/effect.dart';
import 'package:rikulo/event.dart';
import 'package:rikulo/gesture.dart';
import 'package:rikulo/html.dart';
import 'package:rikulo/layout.dart';
import 'package:rikulo/message.dart';
import 'package:rikulo/model.dart';
import 'package:rikulo/util.dart';
import 'package:rikulo/view.dart';
import 'package:rikulo/view/impl.dart';
import 'package:rikulo/view/select.dart';
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Rikulo is a free and open source framework for creating incredible cross-platform web and native mobile applications in Dart & HTML5.

Homepage

License

unknown (LICENSE)

More

Packages that depend on rikulo