flutter_js_context library

Enhances the interoperability between Dart and flutter_js.

Classes

JsContext
Represents the state of a Javascript runtime.
JsRef
A reference to deal with the updating and retrieving the valye of a JavaScript object inside JavaScript runtime.

Constants

uuid → const ShortUuid

Functions

toJsCode(List x) List<String>
Converts all elements in a list to the literal in JavaScript. Use actual variable if the element is a JsRef.