The Javascript runtimes runs synchronously through the dart ffi . So now you can run javascript code as a native citzen inside yours Flutter Mobile Apps (Android, IOS, Windows, Linux and MacOS are all supported).
Read moreCan I use flutter and Java?
Flutter uses a flexible system that allows you to call platform-specific APIs in a language that works directly with those APIs: Kotlin or Java on Android.
Read moreIs Java required for flutter?
Requirements to create Flutter project Java 11 JDK installed and set in system environment variables . Flutter and Dart extension installed. Connected Device with laptop for run and test flutter applications.
Read more