wrap dart object to js.

This commit is contained in:
ekibun
2021-01-18 02:02:12 +08:00
parent 8e950c5b14
commit 7de32aac0b
9 changed files with 104 additions and 29 deletions

View File

@@ -6,6 +6,11 @@
* @LastEditTime: 2020-12-02 11:36:40
-->
## 0.2.4
* wrap dart object to js.
* fix stack overflow when use jsCall nesting.
## 0.2.3
* fix compiler error in windows release.