javascript_android 2.0.0
javascript_android: ^2.0.0 copied to clipboard
Android implementation of the javascript_flutter plugin
JavaScript Android #
Enable your app to evaluate javascript programs. A simple library that provides a javascript environment where you can run your javascript code.
The Android implementation of javascript_flutter which provides access to a JavaScript environment through [JavaScriptAndroid] platform.
Implementation #
The Android plugin javascript_android depends on Android Jetpack JavaScript Engine library for its JavaScriptIsolate API.
The implementation uses method channel for communication generated with pub.flutter-io.cn:pigeon library.
Usage #
This package is endorsed, which means you can simply use javascript_flutter package normally. This package will be automatically included in your app when you do, so you do not need to add it to your pubspec.yaml
.
However, if you import this package to use any of its APIs directly, you should add it to your pubspec.yaml
as usual.