Flutter Package : Uncompressed package archive is too large

395

I had this issue recently on updating one of my plugin package. All old versions uploaded properly but this one didnt and there were only minor changes. After some research I found that it was App.framework and Flutter.framework in the examples folder causing the issue. I then ran flutter clean in examples folder and that was it, upload worked. Phew!!

Share:
395
Amit Kalghatgi
Author by

Amit Kalghatgi

Likes to code, learn new stuff, sports, thinking.

Updated on December 29, 2022

Comments

  • Amit Kalghatgi
    Amit Kalghatgi over 1 year

    I am trying to upload my Flutter package to pub.dev. Dry Run work fine no error shown. But When I upload the same package to pub.dev, upload fails with "Uncompressed package archive is too large(size > 104857600).

    Any suggestion/solution how to get over it.

    Thanks & Regards,

    Amit