fjs 1.0.9 copy "fjs: ^1.0.9" to clipboard
fjs: ^1.0.9 copied to clipboard

A high-performance JavaScript runtime for Flutter applications, built with Rust and powered by QuickJS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fjs

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

dependencies:
  fjs: ^1.0.9

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:fjs/fjs.dart';
6
likes
155
points
460
downloads

Publisher

verified publisherfluttercandies.com

Weekly Downloads

A high-performance JavaScript runtime for Flutter applications, built with Rust and powered by QuickJS.

Repository (GitHub)
View/report issues

Topics

#fjs #js-engine #js-runtime #javascript #runtime

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_rust_bridge, freezed_annotation, plugin_platform_interface

More

Packages that depend on fjs