I\'m trying to generate a release build but im not able because of mutidex issues my project has all the multidex enabled and dependencies added
The error i\'m rece
I had this problem after an android x upgrade in android studio. To fix this I went to File->Open and opened the android folder within my current flutter project. I was then able to go to Build->Clean Project as suggested by @Seymour Mammadli.
Hopefully this helps someone with the same issue.