Illegal character in opaque part at index 2 flutter
Please try running flutter create
in the same folder as your project in order to re-create all the IDE files & path configurations to the SDK.
This is sometimes necessary after platform upgrades or when moving code from one developer PC to the other.
For me, I have deleted build
folder inside android/app
and now my issue has been solved
I met the same issue, flutter clean
saved me.