Quentin Le Guennec

Results 13 comments of Quentin Le Guennec

@brianbhsu Good to know about the Apple button, thanks! For people curious about it here is the rule from Apple: 4.8 Sign in with Apple Apps that use a third-party...

It's a typo in the link, it points to http://www.androidrobocar.com/pages/pages/software but the **good link** is: http://www.androidrobocar.com/pages/software

By background I mean on a phone when a user go from the app to their home screen or to another app, then returns to the app. So when AppLifecycleState...

@amoslai5128 I just tried setting `autoDispose` to `false` but it didn't help. For context (I don't think that would be the issue here though) I'm creating my `RM.inject` like this:...

Thanks @amoslai5128, I see you are manually pausing and resuming the stream here, was hoping it would not be necessary. I don't think I can use that in my case...

Hi @GIfatahTH, I'll try to create a minimum project to reproduce and test my issue and share it here. Not sure I'll have time to do it today but I'm...

I created the project (it's quite big for a base project but I wanted to try and reproduce it as it is with the plugin used), but I haven't got...

@GIfatahTH @amoslai5128 Here is the test project, I managed to reproduce the issue reliably on both my Android and iOS devices: https://github.com/quentinleguennec/state_rebuilder_issue_206

Thanks @GIfatahTH, I tried it like this (not using null safety because I'd have to migrate the rest of my code first): ``` Injected injectedState = RM.inject(() => _State(true)); class...

@GIfatahTH When you tried did you see all the logs? You should see something like this if the the code executes properly after the yield: ``` I/flutter ( 9949): >>>...