javascript_android 1.0.0+1 copy "javascript_android: ^1.0.0+1" to clipboard
javascript_android: ^1.0.0+1 copied to clipboard

PlatformAndroid

Android implementation of the javascript plugin

JavaScript Android #

License: MIT

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.