quickjs 1.0.1 copy "quickjs: ^1.0.1" to clipboard
quickjs: ^1.0.1 copied to clipboard

A dart binding of quickjs, a powerful js engine with native_assets_cli.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add quickjs

With Flutter:

 $ flutter pub add quickjs

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

dependencies:
  quickjs: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:quickjs/quickjs.dart';
6
likes
150
points
150
downloads

Publisher

unverified uploader

Weekly Downloads

A dart binding of quickjs, a powerful js engine with native_assets_cli.

Repository (GitHub)
View/report issues

Topics

#js

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

ffi, native_assets_cli

More

Packages that depend on quickjs