abner / flutter_js

A Javascript engine to use with flutter. It uses quickjs on Android and JavascriptCore on IOS
MIT License
473 stars 124 forks source link

flutter web support #134

Open renanyoy opened 1 year ago

renanyoy commented 1 year ago

would be nice to have flutter web support

emmby commented 12 months ago

Additional context: I'm looking for a way to run js in my app. My app is multiplatform and runs in chrome, iOS, etc. flutter_js seems to work for mac and ios, but i get "dart:ffi" errors when trying to use it from chrome.

It would be very helpful to not have to have separate JS codepaths in my app, one for chrome and one for all the other environments.