ensemble_ts_interpreter 1.0.3 copy "ensemble_ts_interpreter: ^1.0.3" to clipboard
ensemble_ts_interpreter: ^1.0.3 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. Features include primitive types [...]

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.3

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
100
points
154
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. Features include primitive types, arrays, maps, function declarations, and extensible context objects. Perfect for dynamic code execution, user-defined scripts, and lightweight JavaScript processing in Flutter apps.

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