flutter_qjs 0.2.3 flutter_qjs: ^0.2.3 copied to clipboard
This plugin is a simple js engine for flutter using the `quickjs` project. Plugin currently supports all the platforms except web!
0.2.3 #
- fix compiler error in windows release.
0.2.2 #
- add option to change max stack size.
0.2.1 #
- code cleanup.
0.2.0 #
- breakdown change with new constructor.
- fix make release in ios.
- fix crash in wrapping js Promise.
0.1.4 #
- fix crash on android x86.
0.1.3 #
- fix randomly crash by stack overflow.
0.1.2 #
- fix qjs memory leak.
0.1.1 #
- run on isolate.
0.1.0 #
- refactor with ffi.
0.0.6 #
- remove handler when destroy.
0.0.5 #
- add js module.
0.0.4 #
- remove C++ std limitation for linux and android.
0.0.3 #
- fix js memory leak.
0.0.2 #
- update example.
0.0.1 #
- initial publish.