fjs 0.0.1 copy "fjs: ^0.0.1" to clipboard
fjs: ^0.0.1 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: ^0.0.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:fjs/fjs.dart';
7
likes
160
points
162
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

Packages that implement fjs