Advait Kale
Advait Kale
Same! Any Solutions?
> > 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...
@binSaed were you able to handle it or find a workaround?
> @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  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...