We are using a number of firebase plugins
cloud_firestore: ^2.5.1
firebase_analytics: ^8.3.1
firebase_auth: ^3.1.0
firebase_core: ^1.6.0
firebase_remote_config: ^0.11.0
flutter_facebook_auth: ^3.5.1
google_sign_in: ^5.0.4
The size of the release APK seems to have drastically increased. Before it would create APKs of ~9MB with,
$ flutter build apk --split-per-abi
Now the generated APKs are ~20MB each!
I have tried running flutter clean
and rebuilding the release APKs, yet the APKs are having the same size.
What could be causing this issue? And how to resolve this?
P.S. we need all those plugins