From c0ac2c9ea67099bda20bcd16fa9bdeffe8dd0ded Mon Sep 17 00:00:00 2001 From: Mulverine Date: Tue, 30 Apr 2024 17:41:18 -0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f578156..8b57dc4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Flutter JS plugin +## Disclaimer: this libary was a pet-project for me, is not fit for production, and I no longer actively maintain it. I recommend checking out a more active project like [openwebf/mercury](https://github.com/openwebf/mercury) + 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). In the previous versions we only get the result of evaluated expressions as String.