core/js_evaluator_mobile library

Mobile/Desktop implementation of JavaScript evaluator using flutter_js.

Uses QuickJS engine on all non-web platforms.

Functions

evaluateJS(String code, Map<String, dynamic> context, {int timeoutMs = 5000}) → dynamic