js_script 0.1.2
js_script: ^0.1.2 copied to clipboard
Run JS script.
0.0.14 #
- Fixed a bug that the collection Proxy is forgotten to be retain.
0.0.12 #
- Any dart object could be sent to JS context.
0.0.7 #
- Added
websupport.
0.0.6 #
- Added
macossupport. - Added
linuxandwindowsbut not tested.
0.0.5 #
- Added
newObject
0.0.4 #
- Added
getOwnPropertyNames
0.0.2 #
- Added FileSystem support.
- Added asar file support.
- Added npm pack support.
- Run file in FileSystem.
- Set and get property by index.
0.0.1 #
- Run js code.
- Establish a binding relationship between dart and js object.