fjs 1.0.1 copy "fjs: ^1.0.1" to clipboard
fjs: ^1.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 Dart:

 $ dart pub add fjs

With Flutter:

 $ flutter pub add fjs

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

dependencies:
  fjs: ^1.0.1

Alternatively, your editor might support dart pub get or 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
0
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

License

unknown (license)

Dependencies

flutter, flutter_rust_bridge, freezed_annotation, plugin_platform_interface

More

Packages that depend on fjs

Packages that implement fjs