first run
flutter doctor
if everything is not ok, then go for these steps clear cache by doing
flutter clean
then close and reopen your ide and run
flutter pub get
it will download dependecies then run
flutter run --release
if it still doesn't work, give some more details.