Код: Выделить всё
```defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.app.android"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion 25
compileSdkVersion 34
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
multiDexEnabled true
}```

Мое приложение также не работает со смартфонами, использующими SDK 34. Flutter Doctor не показывает проблем, я скачал SDK 34 в студии Android.
Что я могу сделать?
Подробнее здесь: https://stackoverflow.com/questions/778 ... 33-instead
Мобильная версия