flutter_js_stable 1.0.0
flutter_js_stable: ^1.0.0 copied to clipboard
A stable fork of flutter_js with Android runtime fixes. Uses QuickJS on Android and JavascriptCore on iOS.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_js_stable
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_js_stable: ^1.0.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_js_stable/flutter_js_stable.dart';