Skip to content

Display Android 16KB Page Alignment Compliance on pub.devΒ #4687

@hrithikM31

Description

@hrithikM31

With the upcoming enforcement of 16KB page alignment for native libraries (.so files) in Android 15, Flutter developers must ensure all their app's dependencies are compliant. Currently, the only way to check for compliance is to:

  1. Add a package to a project.
  2. Build a release APK.
  3. Use the Android Studio APK Analyzer to inspect every .so file.

This is a time-consuming and inefficient process, especially for large projects with many dependencies like the one I'm working on. It's impossible to know if a package is compliant just by looking at its pub.dev page.

Can you guys please add a 16 KB Compliant Badge or something of this sort. It will help us a lot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-enhancementA request for a change that isn't a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions