Baseflow / Baseflow/flutter-permission-handler
[Enhancement proposal]: Add support to 16kb page size required by google play store.
- Dominant language
- Dart
- Stars
- 2.2k
- Forks
- 970
- Avg merge
- 14h 22m
- Merged PRs (30d)
- 2
Description
### Please check the following before submitting a new issue.
- [x] I have searched the [existing issues](https://github.com/baseflow/flutter-permission-handler/issues).
- [x] I have carefully [read the documentation](https://github.com/baseflow/flutter-permission-handler/blob/main/permission_handler/README.md) and verified I have added the required platform specific configuration.
### Please select affected platform(s)
- [x] Android
- [ ] iOS
- [ ] Windows
### Proposal
Since the 1st day of this month, Google Play Store requires that all apps submitted support a page size of 16kb. To do this, both the app and its dependencies must have updated versions of Gradle.
Here are some links discussing the change:
https://android-developers.googleblog.com/2025/05/prepare-play-apps-for-devices-with-16kb-page-size.html
https://android-developers.googleblog.com/2024/12/get-your-apps-ready-for-16-kb-page-size-devices.html
### Pitch
For anyone using this package, in order to publish their app on the Google Play Store, they will need this package to be compatible with the 16kb memory page size functionality required by Google.
Contributor guide
Assessment
This issue has not been assessed yet.