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 got the same error. This type of application is not as generic as we do except. IN my application development I was using the below mentioned dependencies
youtube_player_flutter: ^6.1.0+7
webview_flutter: ^0.3.20+2
since youtube_player_flutter
internally it makes use of webview_flutter
as one of the dependencies. I removed the dependencies webview_flutter
and it worked.