Devon Carew
Devon Carew
With the introduction of the `pubspec_overrides.yaml` file, this issue is likely obsolete?
cc @brianquinlan and @natebosch
I believe this has been addressed?
(triaging my PR queue)
> I can follow up with a test if you like That would be much appreciated :)
> can you push a pubspec/changelog update when you get a chance? I would go ahead and just release this now. done -
Looks like the code coverage upload is failing -
I was thinking about this a bit yesterday. I had one idea to make the `ignore_deprecated` diagnostic configurable, so you could do something like this in the analysis_options file: ```yaml...
To see if this is fixed in `main`, you can try appending: ``` dependency_overrides: kittens: git: url: https://github.com/google-gemini/generative-ai-dart.git path: pkgs/google_generative_ai ``` to your pubspec. If this does address the problem,...