-
Notifications
You must be signed in to change notification settings - Fork 234
Open
Labels
type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
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:
- Add a package to a project.
- Build a release APK.
- 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.
FMorschel
Metadata
Metadata
Assignees
Labels
type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug