first i ran this command in console:
flutter pub cache repair
then deleted this line of code in android/app build.gradle
classpath 'com.android.tools.build:gradle:8.1.2'
and ran this command :
flutter pub get
eventually after afew hours of downloading, it fixed.