Matthieu Pernelle

Results 11 comments of Matthieu Pernelle

Yes that's the same request. I the demo app, I set up a timer that will display then hide a QueryBuilder. But the experience shows that the cache size increases...

Thanks for your response ! Hover, I did try to use HiveStore in a variation of the sample repo. The problem wasn't fixed. Also if I remember correctly, I did...

I can still reproduce the bug on my phone. It's a Samsung Galaxy s9, android 10

Hi @m0nac0, thanks for the hint on the samsung bug 🙏 I saw the bug with two samsung devices. On Flutter 3.13.8, with impeller disabled. I will test this on...

> > I saw the bug with two samsung devices. > > Are those two devices on Android 14? No there are on Android 10. By the way, I tried...

I reproduced the issues with a Huawei phone under android 8. The devices brand, and android version were we tested and find the issues: | Brand | Device | Android...

@BensonGathu Every item should have the same size before and after receiving the image from network. A good solution to this, is to get the aspect ratio of each images...

> A spontaneous idea (not saying this is necessarily better, but might be simpler): could we just expose an ("advanced") variant of the method that accepts a pre-encoded string, such...

> Should it be a large API, with many optimised and specialised methods ? (like updateLine and updatesLines). I even think that `updateLine` can be remove and replace by `updateLines`....

@m0nac0 I'm staring to think that your idea is better. Because `jsonEncode` takes time, but decoding a polyline string, then adapting to `latlng`, and then converting to `geojson` also takes...