flujs_qjs 0.1.0 copy "flujs_qjs: ^0.1.0" to clipboard
flujs_qjs: ^0.1.0 copied to clipboard

flutter binding js engine.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flujs_qjs

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

dependencies:
  flujs_qjs: ^0.1.0

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:flujs_qjs/JSFContextQJSImpl.dart';
import 'package:flujs_qjs/JSFRuntimeQJSImpl.dart';
import 'package:flujs_qjs/JSFValueQJSImpl.dart';
import 'package:flujs_qjs/binding/QJS.dart';
import 'package:flujs_qjs/binding/constant.dart';
import 'package:flujs_qjs/binding/quickjs-base.dart';
import 'package:flujs_qjs/binding/quickjs-libc.dart';
import 'package:flujs_qjs/binding/quickjs.dart';
import 'package:flujs_qjs/extension.dart';
import 'package:flujs_qjs/qjs.dart';
import 'package:flujs_qjs/qjs_binding.dart';
import 'package:flujs_qjs/wrapper/JSAtom.dart';
import 'package:flujs_qjs/wrapper/JSBase.dart';
import 'package:flujs_qjs/wrapper/JSClass.dart';
import 'package:flujs_qjs/wrapper/JSContext.dart';
import 'package:flujs_qjs/wrapper/JSFunction.dart';
import 'package:flujs_qjs/wrapper/JSMalloc.dart';
import 'package:flujs_qjs/wrapper/JSMemoryUsage.dart';
import 'package:flujs_qjs/wrapper/JSRuntime.dart';
import 'package:flujs_qjs/wrapper/JSValue.dart';
0
likes
120
points
116
downloads

Publisher

verified publisherhumphreyd.cn

Weekly Downloads

flutter binding js engine.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

ffi, flujs, flutter, http, path

More

Packages that depend on flujs_qjs