Advait Kale

Results 6 comments of Advait Kale

> > Same! Any Solutions? > > In "**your_project/android/build.gradle**" file , under dependencies change **classpath 'com.android.tools.build:gradle:3.5.0**' to **classpath 'com.android.tools.build:gradle:3.2.1'** > This builds the project successfully.But,I don't think this is the...

> @AdvaitKale01 Did you find a solution for this? Sadly no. I am trying to troubleshoot by my side as well. @babakcode this seems to be a critical issue with...

@vincentkims49 So it turns out the package needs to be updated as the gemini 1.0 pro model is marked depricated by Google ![image](https://github.com/user-attachments/assets/12cfea98-ee39-4f55-990a-b93c647d0578) And hence its API request has been...

If anyone facing this issue, I have a workaround for this. Just add ``` dependency_overrides: http: ^1.2.0 ``` in your app's pubspec.yaml and then rebuild the app. It worked for...