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
In my case (Developing a plugin), doing these steps worked:
cd example/android
example
./gradlew app:clean
cd ..; flutter clean; flutter packages get