To fix the issue, open the terminal and run:
pkill -f flutter
pkill -f dart
Then, delete the pubspec.lock
file from your project directory and run:
flutter clean
After that, run:
flutter pub get
This will resolve the startup lock and regenerate your dependency lock file.