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

Rust-powered JavaScript runtime for Flutter. JSC on Apple, QuickJS elsewhere, host JS on web.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_jolt

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

dependencies:
  flutter_jolt: ^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:flutter_jolt/flutter_jolt.dart';
1
likes
120
points
69
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Rust-powered JavaScript runtime for Flutter. JSC on Apple, QuickJS elsewhere, host JS on web.

Topics

#javascript #runtime #ffi #rust

License

MIT (license)

Dependencies

flutter, flutter_rust_bridge, freezed_annotation, plugin_platform_interface

More

Packages that depend on flutter_jolt

Packages that implement flutter_jolt