I swear I saw a post on here that was saying that with the new dart workspace feature flutter apps would increase in size as they would include all packages/apps that are part of that workspace?
Anyone has experience with that and can confirm/debunk this?
#FlutterDev @flutter.dev
Anyone has experience with that and can confirm/debunk this?
#FlutterDev @flutter.dev
Comments
AAB size before: 142 MB
AAB size after: 141 MB (including Firebase update)
IPA size before: 68 MB
IPA size after: 55 MB
Imho the size change may be related to some of the transitive dependencies getting updated
Here's the bug report I filed: https://github.com/flutter/flutter/issues/160142
Looks like a fix is underway.
Also happy that I did not hallucinate this 😂 just didn’t remember that it was assets.
I guess temporarily removing the assets before building wouldn’t work as then the outsourcing files would complain as they don’t find the assets?
https://github.com/flutter/flutter/pull/160443