Top Flutter JavaScript packages You can run JavaScript code or interact with JavaScript libraries in Flutter using the following packages.
flutter_js
332
A Javascript engine to use with flutter. It uses Quickjs on Android and JavascriptCore on IOS
flutter_jscore
40
JavaScriptCore for Flutter. The plugin provides the ability to evaluate JavaScript programs from within dart.
flutter_qjs
31
This plugin is a simple js engine for flutter using the 'quickjs' project. Plugin currently supports all the platforms except web!