Nazacheres

Results 10 comments of Nazacheres

Greetings, I am having the same issue, permission are checked. Tried on different devices, still same error. Seems like some issue with View Lifecycle. Here is my stack trace: ```...

Ok, so the issue seems to be here: LifecycleRegistry when adds the observer, may call the last event. As I am initialising the publisher in fragment after i get the...

@Kyle-Mendes Greetings, I got exactly the same issue. I currently can't understand why does the class which calls this API, doesn't wait for the listener to finish its work. So...

@Kyle-Mendes Aha, I just reviewed your last comment. Seems like we are at the same point. @mainawycliffe I guess the problem here, is that `await controller.addStream(forward(operation));` Doesn't stop the stream...

@mainawycliffe Can I please get some help on that? What else can I do to help you investigate that?

@Kyle-Mendes So on each request, you check if the token is correct? Do you do it by decoding the token and calculating the time, or making an additional request?

@Kyle-Mendes I am currently working on another workaround will let you know till the end of tomorrow. Thank you for your help.

@Kyle-Mendes I managed to fix it! My understanding of streams in dart probably far from perfect, however here is my solution based on how I imagine streams working. This is...

@buraktabn 0.1.2 has focusPadding property

Hello, please let me know if this is offtopic and I should take it elsewhere. I am building a mobile app which would give pilots some flight analytics based on...