I just import webview_flutter plugin and found that the plugin has incompatible with my flutter environment. Then using Android Studio I migrate my AndroidX environment with
It seems like you are facing issues with dex and androidX.
dex
androidX
Follow https://stackoverflow.com/a/56490440/9236994
this answer to resolve your issue.