ensemble_ts_interpreter 1.0.4 copy "ensemble_ts_interpreter: ^1.0.4" to clipboard
ensemble_ts_interpreter: ^1.0.4 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 [...]

1.0.4 Bug Fixes #

  • Updated Date class to support cloning from Date instances and improved fallback parsing logic.
  • Enhanced Console class with multiple logging methods (log, info, warn, error, debug, trace) and argument normalization.
  • Introduced private methods for argument formatting and emission to streamline logging functionality.
  • Improved context handling in JSInterpreter for better scope resolution and function declaration hoisting.

1.0.3 Moved to packages directory #

1.0.2 Package Publication and Code Quality Improvements #

  • Package prepared for pub.flutter-io.cn publication
  • Enhanced documentation and examples
  • Improved package metadata and structure
  • Updated dependencies and SDK constraints
  • Fixed analysis warnings: removed unused imports and variables
  • Reduced analysis issues from 80 to 70

1.0.0 Package Publication #

  • Package prepared for pub.flutter-io.cn publication
  • Enhanced documentation and examples
  • Improved package metadata and structure
  • Updated dependencies and SDK constraints

1.0.0+1 Initial Package #

  • Initial Package
  • Support for javascript (ES5) syntax
  • Supports most of the Javascript primitive types such as string, number, arrays and maps.
  • Supports declaring javascript functions and calling them
  • Does not support declaring classes or interfaces or instantiating them.
  • Does not support import or require
0
likes
0
points
828
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.

Homepage
Repository (GitHub)
View/report issues

Topics

#javascript #interpreter #es5 #dart #flutter

License

unknown (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