mojo 0.4.28 copy "mojo: ^0.4.28" to clipboard
mojo: ^0.4.28 copied to clipboard

discontinued
Dart 1 only

Dart files to support executing inside Mojo.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mojo

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

dependencies:
  mojo: ^0.4.28

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:mojo/application.dart';
import 'package:mojo/bindings.dart';
import 'package:mojo/core.dart';
0
likes
20
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

Dart files to support executing inside Mojo.

Homepage

License

BSD-3-Clause (license)

More

Packages that depend on mojo