-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE]: Reduce built bundle size #398
Comments
Addding |
Any reason why we are not tree shaking icons
We can actually extract only the icons we need from both. |
You can play around with it, but the reason is quite simple. How will you know which icons the backend will want to display on a Commitment? You can't, therefore them all. |
Some comments here that I noticed:
Also noticed We might also be able to take out I guess, all of this along with at least |
Description:
We should make an effort to optimize our application size.
To complete this task please do the following:
Note:
We currently build with
--no-tree-shake-icons
for both iOS and Android!These are the commands used in CICD:
References:
https://docs.flutter.dev/perf/app-size
https://medium.com/gytworkz/how-to-decrease-app-size-in-flutter-10461f91f168
https://itnext.io/flutter-minimizing-tips-42113f02b678 (Some tips)
The text was updated successfully, but these errors were encountered: