Fırat Çetiner

Results 16 comments of Fırat Çetiner

I got this error roughly 6 months ago and back then I quit using SignalR and started to build my own solution with basic socket programming. However, after a long...

I guess we can. I'm will prepare a demo about this in couple of days and will definitely leave a comment when I'm finished.

I have tried connecting with a SignalR server in background, it works fine. I used [this](https://pub.dev/packages/background_fetch) plugin to register a task in the background, it simply opens a connection when...

Inserting 20+ entities in a batch definitely freeze the UI, very badly. Additionally, using streams in order to map the data from db makes it worse, since on each insert...

> Wait, what kind of entities are you inserting? Do they have a huge `BLOB` column attached to them or anything? 20 entities should be nothing, I've never seen any...

> > Say I want to make change is_read field for all of the notifications, to mark them as read > > If you want to update all of them,...

> I solved it using flutter channel beta, so we will wait for the next stable release Which version of the beta channel is that?

Thanks for creating this issue! @test1-creator It is a low quality gif and also I recorded the video on debug mode (my bad). It should perform well on release mode...

Thanks for your feedbacks. I will further investigate this issue and try to release a new version in the upcoming week focusing on optimization the transitions.