quickjs_engine 0.1.1
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_engineThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
quickjs_engine: ^0.1.1Alternatively, 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';