when i install vapi or vapi new my flutter app throwing the errors
here is my sdk version
Flutter: ^3.7.2 (which satisfies ≥ 3.0.0)
iOS: Your Flutter version 3.7.2 supports iOS 13.0 and above
Android compileSdkVersion: flutter.compileSdkVersion (which is 34, satisfying ≥ 33)
Android minSdkVersion: 24 (exactly matches the requirement)
Android NDK: 27.0.12077973 (which satisfies ≥ 25.1.8937393)
I am getting this error
nazmul-hawlader@nazmul-hawlader:~/Desktop/App/App/Flutter/futuremecalled$ flutter run
Launching lib/main.dart on 23090RA98G in debug mode...
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not find co.daily:daily-android:0.22.0.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/co/daily/daily-android/0.22.0/daily-android-0.22.0.pom
- https://repo.maven.apache.org/maven2/co/daily/daily-android/0.22.0/daily-android-0.22.0.pom
- file:/home/nazmul-hawlader/Desktop/App/App/Flutter/futuremecalled/android/app/local_libs/daily-android-0.22.0.jar
- file:/home/nazmul-hawlader/Desktop/App/App/Flutter/futuremecalled/android/app/local_libs/daily-android.jar
- https://storage.googleapis.com/download.flutter.io/co/daily/daily-android/0.22.0/daily-android-0.22.0.pom
- https://jcenter.bintray.com/co/daily/daily-android/0.22.0/daily-android-0.22.0.pom
Required by:
project :app > project :daily_flutter
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 14s
Running Gradle task 'assembleDebug'... 14.3s
Error: Gradle task assembleDebug failed with exit code 1