3

I have an Android app developed by Flutter.

Question

  • Can I reduce the size of the ram through the app bundle?

  • If not, plan to support the app bundle?

Samet ÖZTOPRAK
  • 3,112
  • 3
  • 32
  • 33
kyeonghwan
  • 424
  • 3
  • 7
  • 21

2 Answers2

3

Support for app bundle is added. Check this PR #24440

Matso Abgaryan
  • 676
  • 5
  • 4
1

Unfortunately there is no integration for Android App Bundle (aab) in Flutter yet. But it is a requested feature, so we might see it sooner or later. You can find more information regarding that in the GitHub issue 17829.

Also you can find requested features in the GitHub repo under milestones. The current milestones can be found under milestone #22.

EDIT 19/3/2: Android App Bundle is now available with the latest commit. You may need to update to the master branch to use it.

Bostrot
  • 5,767
  • 3
  • 37
  • 47