Gradle Error in flutter || android studio dependencies error
Flutter project not running in android studio
gradle sync failed in android studio 2024
flutter_local_notifications failed when we run here are some details add in build.gradle ..
dependencies
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
and add also
compileOptions {
coreLibraryDesugaringEnabled true
}