GregoryConrad / mimir

⚡ Supercharged Flutter/Dart Database
https://pub.dev/packages/mimir
MIT License
120 stars 8 forks source link

Adding this package increases the size of the Android app by 160.5 MB #225

Closed siddharthadevops closed 1 year ago

siddharthadevops commented 1 year ago

Is this behavior normal?

GregoryConrad commented 1 year ago

Yup, unfortunately there’s not much I can do about it until the “Native Assets” feature is released in Dart

I played around with some size optimizations before and unfortunately they didn’t help all that much.

Is 160 MB the added size of the bundle, or the added size on device (after installing the APK)?

siddharthadevops commented 1 year ago

In the bundle, on device ~70MB

GregoryConrad commented 1 year ago

That sounds about right. I'll keep this open until I can add a blurb to docs that app sizes may be increased substantially until native assets come around