Let's build something together

flutter

Fixing `com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: The number of method references in a .dex file cannot exceed 64K.` in Flutter when using Firestore

I created a new project, integrated Firestore to it, and on the first run, I got this error. A quick search got me to https://github.com/flutter/flutter/issues/21005. The error also shares this link: https://developer.android.com/tools/building/multidex.html. The relevant section is "Configure
flutter

Fixing Specs satisfying the `sqflite (from `.symlinks/plugins/sqflite/ios`)` dependency were found, but they required a higher minimum deployment target

I tried compiling my app on a new environment, and it failed when installing iOS pods with this error: Specs satisfying the sqflite (from .symlinks/plugins/sqflite/ios) dependency were found, but they required a higher minimum deployment target. Longer logs: % flutter build ios --release --no-codesign ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Warning ────────────────────────────────────────────────────────────────────────────── Your Flutter application
4 min read