I\'m getting the following error compiling with gradle using Flutter in Android Studio:
Dex: Error converting bytecode to dex: Cause: com.android.dex.DexExce
in your app folder inside android
defaultConfig { ... multiDexEnabled true }
Also check out: Enable multidex for apps with over 64K methods