Paolo Lammens

Results 13 comments of Paolo Lammens

Thanks @vxgmichel, sorry hadn't seen #90, it's the same issue! I also wanted to add that I've found that when using `ainput`, you shouldn't use regular `input` but neither regular...

Regarding my suggestion, I realised it might lead to problems if multiple `ainput`s are being awaited simultaneously (is that even possible?): 1. The first `ainput` sets non-blocking mode and starts...

The current recipe (i.e. `copyWith(isUtc: true)` and then back again) does seem to work (although due to the complexity of timezones I have the feeling it could fail in some...

> I thought about this problem some more and want to offer a different solution: A separate class called, e.g., `LocalDateTime` or `PlainDateTime`. This class makes it clear that the...

I'm experiencing the same issue after updating to version 16.3.2 from version 13.0.0. I have checked that my timezone is set correctly. I also tried changing between `absoluteTime` and `wallClockTime`.

Found the culprit: from version 16.0.0, the plugin only specifies the bare minimum in AndroidManifest.xml, the rest has to be done by hand. This includes enabling scheduled notifications. See the...

Note: this seems to be because while `mobileSignIn` uses `provider.signIn()` directly, https://github.com/firebase/FirebaseUI-Flutter/blob/c696842e110b6645bebf006f95e2da50d5d16ac3/packages/firebase_ui_oauth_google/lib/src/provider.dart#L74-L76 instead `desktopSignIn` delegates to the super implementation, which is generic, from `firebase_ui_oauth`, and doesn't seem to interact with...

> (triage) Hi @plammens what is the status of this pr? if it is ready for review, can you convert it to a open pr? Sure, if you like the...

@chunhtai Should be ready for review now.

> looks like there is some ci error > > 00:11 +315 ~1 -1: /Volumes/Work/s/w/ir/x/w/flutter/packages/flutter/test/foundation/caching_iterable_test.dart: The Caching Iterable: elementAt correctness [E] RangeError (index): Invalid value: Not greater than or equal...