Support for 16KB Page size on Android 15+
Hello
As this article states: Starting November 1st, 2025, all new apps and updates to existing apps submitted to Google Play and targeting Android 15+ devices must support 16 KB page sizes on 64-bit devices. https://developer.android.com/guide/practices/page-sizes
As of today Flutter JS users an older quick js library that doesn't have support for 16kb page size.
JSF, another js library (https://pub.dev/packages/jsf) uses a newer quick js that supports this 16kb requirement but there about 2.5% of all sessions crash (mostly low end devices so we suspect oom issues).
Does Flutter JS aim to support this Android requirement?
I notice that @lmdevstudio has made a fork that supports 16KB Page size: https://github.com/lmdevstudio/flutter_js
Disclaimer: I'm not the author nor do I know him/her. Please review it before use.
Bump!
bump
bump!
16k page alignment with QuickJS is already supported after version 0.3.6:
https://github.com/fast-development/android-js-runtimes/releases/tag/0.3.6
Just update your dependency to:
implementation "com.github.fast-development.android-js-runtimes:fastdev-jsruntimes-quickjs:0.3.6"
updated flutter_js and published version 0.8.6