Jami Couch

Results 22 comments of Jami Couch

@sy5075391 If you have a reproducible example of this, I would love to take a look at it. We have a handful of reports of a similar flickering in our...

@abdulrehmank7 That's interesting...we _also_ have bitcode disabled...I tried to enable it recently and had issues linking with our custom engine, unfortunately. That would be really strange if that's the issue,...

An update here – unfortunately we're still having reports of the issue on our latest build (based on flutter 2.10.4)

> > Hi @akindone, can you provide a small sample that reproduces the issue? > > this [flutter_flickering_issue_sample](https://github.com/akindone/flutter_flickering_issue_sample) reproduces this issue. > > RPReplay_Final1650350856.MP4 Thanks for providing this...that definitely looks...

> 1. Does this happen on iOS or Android or both? So far, we only have reports on iOS, for the following devices: iPhone10,3 (iPhone X) iPhone10,6 (iPhone X) iPhone12,5...

@stuartmorgan My bad – for whatever reason, Android Studio was loading the tests from the pub version of the plugin instead of the local branch...those are fixed now, and should...

@dreenot It looks like basically what was needed was updating the version numbers and adding some nullable types, right? I updated this PR accordingly...I think your PR was missing the...

BTW here is a patch that makes the analyze work properly: ``` diff --git a/packages/google_sign_in/google_sign_in/pubspec.yaml b/packages/google_sign_in/google_sign_in/pubspec.yaml index d1443664..69daa456 100644 --- a/packages/google_sign_in/google_sign_in/pubspec.yaml +++ b/packages/google_sign_in/google_sign_in/pubspec.yaml @@ -16,8 +16,10 @@ flutter: default_package: google_sign_in_web...

@dreenot Oh that is very interesting...what version of google play services are you using? I am able to get valid serverAuthCodes on com.google.gms:google-services:4.3.0 (I think that would be the relevant...

Yes, it looks like at least the serverAuthCode part is handled already now, so we just need the forceCodeForRefreshToken stuff. I think I had done it through the XML because...