Skip to content

chore: upgrade Android build tools for Flutter 3.41+ and 16KB page support#321

Open
hm-toan wants to merge 2 commits intojonataslaw:masterfrom
hm-toan:master
Open

chore: upgrade Android build tools for Flutter 3.41+ and 16KB page support#321
hm-toan wants to merge 2 commits intojonataslaw:masterfrom
hm-toan:master

Conversation

@hm-toan
Copy link
Copy Markdown

@hm-toan hm-toan commented Mar 18, 2026

Summary

  • Upgrades Android build tools for compatibility with Flutter 3.41+
  • Prepares for Android 16KB page size support
  • Updates Gradle and AGP to latest versions

Changes

  • AGP: 8.1.1 → 8.11.1
  • Gradle: 7.x → 8.13
  • compileSdk: 34 → 35
  • Kotlin: 1.9.10 → 1.9.20 (example)
  • transcoder: 0.10.5 → 0.11.2
  • Add FVM configuration (.fvmrc)
  • Remove unnecessary dart:typed_data import

Testing

  • flutter analyze passed
  • flutter build apk --debug passed

Related

Fixes build issues with Flutter 3.41+ and prepares for Android 15 16KB page size requirement.

hm-toan and others added 2 commits March 17, 2026 14:55
Utility.deleteAllCache() already calls result.success() internally.
Wrapping it in result.success() passed kotlin.Unit to Flutter, causing:
  IllegalArgumentException: Unsupported value: 'kotlin.Unit'
  IllegalStateException: Reply already submitted

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…pport

- AGP: 8.1.1 -> 8.11.1
- Gradle: 7.x -> 8.13
- compileSdk: 34 -> 35
- Kotlin: 1.9.10 -> 1.9.20 (example)
- transcoder: 0.10.5 -> 0.11.2
- Add FVM configuration (.fvmrc)
- Remove unnecessary dart:typed_data import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant