A Javascript engine to use with flutter. Now it is using QuickJS on Android through Dart ffi and JavascriptCore on IOS also through dart-ffi. 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).

BMI Calculator is a Body Mass Index(BMI) calculator app developed with Flutter.
Currently, the BMI is calculated using Metric units. Support for Imperial units may be added in the future.
The app supports English and Turkish languages. I have plans for supporting more languages.