[Feature Request] Support for Android 15 with 16KB Page Size
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 225
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
## Background
Android 15 introduces support for devices using 16KB memory page sizes. Apps containing native libraries must be recompiled with 16KB page alignment to function correctly on these devices.
Currently, `flutter_line_sdk` seems to use native libraries or build configurations that are only compatible with 4KB page sizes, which causes the app to crash on Android 15 16KB emulators/devices.
## Impact
Without this update, Flutter apps integrated with `flutter_line_sdk` will fail to launch on upcoming high-end Android 15 devices.
## Reference
Google's guide on 16KB page size support:
https://developer.android.com/guide/practices/page-sizes
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the native libraries and build configurations used by flutter_line_sdk, then read Google's 16KB page-size support guide linked in the issue. Done means Flutter apps using the plugin launch successfully on Android 15 devices or emulators with 16KB memory pages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, dart, flutter
- Domain
- build-system, mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100