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

A Dart package for running JavaScript with QuickJS.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_qjs

With Flutter:

 $ flutter pub add dart_qjs

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

dependencies:
  dart_qjs: ^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:dart_qjs/dart_qjs.dart';
0
likes
150
points
0
downloads

Documentation

API reference

Publisher

verified publishernyne.dev

Weekly Downloads

A Dart package for running JavaScript with QuickJS.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

code_assets, ffi, hooks, logging, native_toolchain_cmake

More

Packages that depend on dart_qjs