Easily Fixed : Multidex Issue With Flutter | App Requires Multidex Support

Published: 25 January 2023
on channel: CodeCraftManisha
1,013
12

Solution :

1. Enable multidex.
Open [project_folder]/app/build.gradle and add following lines.
no
defaultConfig {
...

multiDexEnabled true
}
and

dependencies {
...

implementation 'com.android.support:multidex:1.0.3'
}

*****************************************
Or You Can Try this too


2.Enable Jetifier
Open [project_folder]/android/gradle.properties and add following lines.

android.useAndroidX=true
android.enableJetifier=true

****************************************
For mine 1 st solution was worked ...


On this page of the site you can watch the video online Easily Fixed : Multidex Issue With Flutter | App Requires Multidex Support with a duration of hours minute second in good quality, which was uploaded by the user CodeCraftManisha 25 January 2023, share the link with friends and acquaintances, this video has already been watched 1,013 times on youtube and it was liked by 12 viewers. Enjoy your viewing!