error: package androidx.core.math does not exist Camera Flutter error: package androidx.core.math does not exist Camera Flutter dart dart

error: package androidx.core.math does not exist Camera Flutter


I had the same problem and I resolved it with the following change in my code:

change this

android {  compileSdkVersion 28  defaultConfig {     targetSdkVersion 28  }}

To

android {  compileSdkVersion 30  defaultConfig {     targetSdkVersion 30  }}