File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ # 0.8.6
2+ bumps js_android_runtime to set pagesize to comply with Google Play Store rule regarding the minimum page size of 16KB for libraries
3+
14# 0.8.5
25fix memory leaks reported in https://github.com/abner/flutter_js/issues/153 ,
36https://github.com/abner/flutter_js/issues/127
Original file line number Diff line number Diff line change @@ -68,6 +68,6 @@ dependencies {
6868 // compile group: 'org.nanohttpd', name: 'nanohttpd', version: '2.3.0'
6969
7070 // for serve library from jitpack repository
71- implementation " com.github.fast-development.android-js-runtimes:fastdev-jsruntimes-quickjs:0.3.5 "
71+ implementation " com.github.fast-development.android-js-runtimes:fastdev-jsruntimes-quickjs:0.3.6 "
7272 // implementation "com.github.fast-development.android-js-runtimes:fastdev-jsruntimes-jsc:0.1.3"
7373}
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.8.5
4+ version : 0.8.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