Luca Venir

Results 95 comments of Luca Venir

Thank you a lot!! The override should work out. Have a nice day!!

I didn't see this issue, I'm sorry @posva, I actually searched a lot on this repo but I guess I used the wrong keywords. Time wasting bothers us users too,...

I'm not sure what documentation should I follow, though. It looks like @mono0926 fixed the issue; [this comment](https://github.com/flutter/flutter/issues/96391#issuecomment-1178907191) seems to indicate that I should just install the package, [follow its...

Hi there, I just replicated every step cited in [here](https://github.com/firebase/flutterfire/issues/9177#issuecomment-1191548044). >Can you provide your flutter project setup details so that we can take a look ? Sure thing, I created...

Hi @darshankawar I did, although it doesn't look like this has an impact into my issue. I can see that the error > flutter: Error: PlatformException(missing-config, GoogleService-Info.plist file not found...

Hi there, Thanks for your reply. > 1. Added GoogleService_Info.plist which I didn't see in your project structure. I can clearly see my `GoogleService_Info.plist` [here](https://github.com/lucavenir/google-sign-in-test/blob/main/app/ios/Runner/GoogleService-Info.plist). Is there anything I'm missing,...

Hi again, > 1. Added GoogleService_Info.plist which I didn't see in your project structure. I guess you meant to add `GoogleService_Info.plist` to XCode. If that's the issue, I just did...

> This probably indicates that the google_sign_in setup / config is missing below, as mentioned in plugin's readMe Such configuration is done as explained in [the first comment above](https://github.com/firebase/flutterfire/issues/9177#issue-1313023400) and...

I can see the `platform: ios` tag. I can kind-of apply the above statements for android, too, since this is a documentation issue. I'll file a detailed android report while...

I'd like this to be customizable, since I'd prefer the following instead. ``` AnimatedBuilder( animation: null, builder: null ), ``` Is this still being tracked and/or going to be addressed...