Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App Bundle contains the following configurations where the initial install would exceed the maximum size of 150 MB

I tried to upload the update version of my app in the playstore but i am receiving the following error as shown in the image.Need help on this.

enter image description here

like image 261
Ashish Magar Avatar asked Sep 20 '25 13:09

Ashish Magar


1 Answers

Use Google Play Asset Delivery feature instead. More info could be found here

https://pub.dev/packages/flutter_play_asset_delivery

https://developer.android.com/guide/playcore/asset-delivery

like image 148
Rahul Avatar answered Sep 22 '25 03:09

Rahul