I have implemented the folder structure as per Flutter’s best practices for resolution-aware image assets. However, after building the AAB and uploading it to the Play Store, the app size has increased rather than decreasing as expected based on each device’s density.
my folder structure image
How can I properly separate Flutter assets by density to reduce app size effectively?
New contributor
vinc is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.