Graeme

Results 10 comments of Graeme

hey @toga4 do you know when the fix might get released for this? I'm stuck on older versions of a few google dependencies until this is fixed, because they all...

Found a workaround to enable upgrading wrench to `v1.6.0`. Spanner emulator version `v1.5.10` works (although older or newer spanner emulator versions don't work). See https://github.com/GoogleCloudPlatform/cloud-spanner-emulator/issues/147#issuecomment-1839184657

> Hi [@graeme-verticalscope](https://github.com/graeme-verticalscope) do you want to create a pull request with cherry-pick against master? We can review it soon. Thanks, I created a new PR with the commit cherry-picked...

Could someone take a look at this PR? (and related issue) Firebase dynamic links will be shutdown on Aug 25, and I am hoping to be migrated off of dynamic...

Less then 2 months until dynamic links are shutdown. Note that this change does work :) I think it should really be in the official SDK before you shutdown dynamic...

Closing this, since there is more recent activity on #703

Instead of forking the repository to fix this, you can simply override the NavigationDelegate for the webview controller, something like this: ``` final delegate = NavigationDelegate( onWebResourceError: (error) { log(error.description,...

It looks like this issue is for `youtube_player_flutter` not `youtube_player_iframe`, so I don't know if the following will help. However, for `YoutubePlayerScaffold` in `youtube_player_iframe`, you can prevent the youtube player...

I had some trouble getting the fix in #1126 working, a couple key things to note: 1. You have to set BOTH `origin` and `initialVideoId`. I'm not sure what role...