One way that i use to reduce my app size is to use;
flutter clean
before i run the build command;
flutter build appbundle --target-platform android-arm,android-arm64
When i run the build command without the clean command, i get around 32mb, but if i run the clean command first, i get around 18mb
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…