line / line/flutter_line_sdk

[Feature Request] Support for Android 15 with 16KB Page Size

Open
#138 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.