Peter Keefe

Results 30 comments of Peter Keefe

I solved this by unplugging the connected device and then opening AndroidTool.

Hi. Still happening, here's what I found in my inbox this morning: ![gmail threading](https://user-images.githubusercontent.com/16809252/161559180-47117f48-c08a-45cf-80de-f712ab1c403c.png)

Hello?! Anyone there? I'm a paying customer but the lack of any responses to github issues has me thinking of switching to another bug report tool or making my own...

@letsar Hi! Just wondering if you've had a chance to look at this bug? If you have an idea why this might be happening, I can try to solve it...

> Where do you get the **error, stackTrace and message** data from your OutputEvent? My class contains only two fields in version 1.1.0: > > ``` > class OutputEvent {...

I found another package that is based on this one: https://github.com/petercinibulk/envied It's essentially the same, the author created it because this one isn't being maintained.

Correct, it's only usable with signInWithCredentials. Unfortunately, the issue I mentioned with FirebaseAuthOAuth is not simple to solve. In my testing, both Twitter and Apple did not throw an exception...

Hi @funwithflutter , have you started on this yet? If not, I'll give it a shot. I need it for my app release in ~1 month.

Yep, I replaced the example in the repo with one that throws the exception. It's on this branch: https://github.com/percula/flutter_confetti/tree/exception_example Note that I added Provider. Perhaps that's the reason you didn't...

Since ValueNotifier is extended from ChangeNotifier, wouldn't we have the same problem?