feilongfl / flutter_liquidcore

Node.js virtual machine for Android and iOS in Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter_liquidcore

Node.js/Javascript virtual machine for Android and iOS in Flutter.

A basic Flutter wrapper for the amazing https://github.com/LiquidPlayer/LiquidCore library.

You should check out the documentation on their Wiki for more information as to how it works.

Features

  • MicroService integration - A way to communicate with your script/service using an EventEmitter.

  • JsContext integration - A way to execute arbitrary scripts in a self-contained vm.

    It's currently quite limited as it is, it allows you to evaluate scripts and read from them.

    Advanced manipulation of those JsContext objects in Dart isn't currently supported, so they'll need to be done in Javascript.

    There's currently no plans to provide low level object manipulation functionality.

About

Node.js virtual machine for Android and iOS in Flutter.

License:BSD 2-Clause "Simplified" License


Languages

Language:Swift 33.4%Language:Java 31.1%Language:Dart 27.9%Language:Ruby 4.2%Language:JavaScript 2.0%Language:Objective-C 1.5%