VaibhavCodeClub / learn

Learning app for kids
MIT License
80 stars 79 forks source link

Make app lightweight.. #145

Closed sapatevaibhav closed 2 weeks ago

sapatevaibhav commented 1 month ago

The recent addition of new modules has significantly increased the APK size. It has been observed that some of the assets are unusually large. It is recommended to either compress these assets or consider using alternative ones to reduce the APK size to approximately 22-25 MB.

Additionally, any suggestions or alternative solutions to address this issue are welcome.

hiranj-kotak commented 1 month ago

Hey @sapatevaibhav i would like to work on this issue can you pls assign it to me.

Gaurav-Kushwaha-1225 commented 1 month ago

Hello, I would like to work on this issue. I have already worked on 3 issues of this project. @sapatevaibhav

sapatevaibhav commented 1 month ago

@hiranj-kotak sorry bro you are here first but you have another issue assigned...

Gaurav-Kushwaha-1225 commented 1 month ago

I noticed a few things while doing this issue.

sapatevaibhav commented 1 month ago

Same flutter build apk --split-per-abi gives me the apk of 28 MBs.

Prathme07 commented 1 month ago

I think it would be great if we use firebase storage to store images and audio as it will help to reduce the size of app. And if you would like to go with this approch can you assign the issue to me?

sapatevaibhav commented 1 month ago

Priority is to keep app offline..