Try flutter run --release
or flutter run --profile
. If that fails too, the chances are that your adb is damaged. Try to reinstall the adb.
Oh did you tried flutter clean
too?
If all of it fails flutter run --no-devtools
. It disables the VM service if i am sure...