I have a Flutter project in Android Studio. I am planning to migrate to AndroidX. Whenever I do Refactor -> Migrate to AndroidX, Android St
A simple solution. follow the steps.
Add some lines in the android --> app --> build.gradle as follow, update the defaultConfig
minSdkVersion 19
targetSdkVersion 28
multiDexEnabled true
hope it works now ...