ensemble_ts_interpreter 1.0.6 copy "ensemble_ts_interpreter: ^1.0.6" to clipboard
ensemble_ts_interpreter: ^1.0.6 copied to clipboard

A JavaScript (ES5) interpreter written entirely in Dart for Flutter applications. Execute JavaScript code inline within your Dart/Flutter app without external engines.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ensemble_ts_interpreter

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

dependencies:
  ensemble_ts_interpreter: ^1.0.6

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:ensemble_ts_interpreter/ensemble_ts_interpreter.dart';
0
likes
110
points
833
downloads

Publisher

verified publisherensembleui.com

Weekly Downloads

A JavaScript (ES5) interpreter written entirely in Dart for Flutter applications. Execute JavaScript code inline within your Dart/Flutter app without external engines.

Topics

#javascript #interpreter #es5 #dart #flutter

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cupertino_icons, duration, ensemble_date, flutter, http, intl, json_path, parsejs_null_safety, source_span, yaml

More

Packages that depend on ensemble_ts_interpreter