quickjs_engine 0.1.1 copy "quickjs_engine: ^0.1.1" to clipboard
quickjs_engine: ^0.1.1 copied to clipboard

Modern QuickJS-NG 0.14.0 (2026) bundled for Flutter — same JS engine on every platform (Android, iOS, macOS, Linux, Windows). API-compatible fork of flutter_js with the bridge patched against QuickJS- [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add quickjs_engine

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

dependencies:
  quickjs_engine: ^0.1.1

Alternatively, your editor might support 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_engine/quickjs_engine.dart';
0
likes
120
points
16
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Modern QuickJS-NG 0.14.0 (2026) bundled for Flutter — same JS engine on every platform (Android, iOS, macOS, Linux, Windows). API-compatible fork of flutter_js with the bridge patched against QuickJS-NG's new API.

Repository (GitHub)
View/report issues

Topics

#javascript #quickjs #js-engine #ffi #runtime

License

MIT (license)

Dependencies

ffi, flutter, http, sync_http

More

Packages that depend on quickjs_engine

Packages that implement quickjs_engine