File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 0.4.0+6
2+
3+ - Fix executePendingJobs (wasn't dispatching in the most current version)
14# 0.4.0+5
25
36- Removed console.log from fetch.js
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ packages:
7575 path: ".."
7676 relative: true
7777 source: path
78- version: "0.4.0+5 "
78+ version: "0.4.0+6 "
7979 flutter_test:
8080 dependency: "direct dev"
8181 description: flutter
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ class QuickJsRuntime2 extends JavascriptRuntime {
214214
215215 @override
216216 int executePendingJob () {
217- _executePendingJob ();
217+ this . dispatch ();
218218 return 0 ;
219219 }
220220
Original file line number Diff line number Diff line change 11name : flutter_js
22description : A Javascript engine to use with flutter.
33 It uses Quickjs on Android and JavascriptCore on IOS
4- version : 0.4.0+5
4+ version : 0.4.0+6
55homepage : https://github.com/abner/flutter_js
66repository : https://github.com/abner/flutter_js
77
You can’t perform that action at this time.
0 commit comments