Skip to content
 
 

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

native2js

flutter的一个jscore的插件, 支持console.log以及setTimeout

使用

import 'package:native2js/native2.js';

JsEngine engine = JsEngine();
await engine.evaluate('console.log(1)');
await engine.evaluate('''
  setTimeout(() => {console.log(2)}, 1000);
''');

About

一个flutter插件,可以执行js代码,基于jscore/v8

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages