flutter_qjs_next 1.2.1 copy "flutter_qjs_next: ^1.2.1" to clipboard
flutter_qjs_next: ^1.2.1 copied to clipboard

QuickJS bindings for Flutter and Dart through dart:ffi (flutter_qjs_next), with native support for Android, iOS, macOS, Linux, and Windows.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_qjs_next

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

dependencies:
  flutter_qjs_next: ^1.2.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:flutter_qjs_next/extensions/handle_promises.dart';
import 'package:flutter_qjs_next/flutter_qjs.dart';
import 'package:flutter_qjs_next/flutter_qjs_logger.dart';
import 'package:flutter_qjs_next/javascript_runtime.dart';
import 'package:flutter_qjs_next/js_engine_pool.dart';
import 'package:flutter_qjs_next/js_eval_result.dart';
import 'package:flutter_qjs_next/quickjs/ffi.dart';
import 'package:flutter_qjs_next/quickjs/isolate.dart';
import 'package:flutter_qjs_next/quickjs/object.dart';
import 'package:flutter_qjs_next/quickjs/qjs_typedefs.dart';
import 'package:flutter_qjs_next/quickjs/quickjs_runtime2.dart';
import 'package:flutter_qjs_next/quickjs/utf8_null_terminated.dart';
import 'package:flutter_qjs_next/quickjs/wrapper.dart';
1
likes
150
points
218
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

QuickJS bindings for Flutter and Dart through dart:ffi (flutter_qjs_next), with native support for Android, iOS, macOS, Linux, and Windows.

Repository (GitHub)
View/report issues

Topics

#quickjs #javascript #flutter-qjs-next #ffi #flutter-plugin

License

MIT (license)

Dependencies

ffi, flutter

More

Packages that depend on flutter_qjs_next

Packages that implement flutter_qjs_next