lhengl

Results 5 comments of lhengl

I tinkered with the code locally and have found that the issue is due to the controller being initialised on the widget's initState. This is especially troublesome if you want...

1. I'm also confused by this. Often, I need to update an entire ListView. However, using RxList inside an Obx will trigger an improper use of Obx. I often, just...

December 2021, and still having this issue. I'm on Android Studio Arctic Fox and flutter plugin version 62.0.1. Is this also a problem in VSCode? Maybe I should move IDE...

Hi @aleksanderwozniak I tried your suggestion. It is working somewhat, but it is causing the dreaded "markNeedsBuild" Exception any time the calendar changes format any time the scroll position is...

> Hi. Did you get a fix for this? Hi, I just disable loop... it didn't make sense to have a loop while fetching new data anyway... I would only...