APK Size Increased by 100 MB After Adding sqflite and path Packages in Flutter
I recently added the following packages to my Flutter project: dependencies: sqflite: ^2.3.2 path: ^1.8.3 Since adding these packages, I've noticed that my APK size has increased by approximately 100 MB, bringing the total size to around 200 MB. This…