louislam

Results 7 comments of louislam

My solution to update "seen" status: 1. Store users online status every time they enter the room. 2. Update "delivered" messages by calling a cloud function or update directly from...

I have a bottomSheet with lots of listed items inside and experience the same issue. The bottomSheet will get closed if I navigate to same page & controllers when relative...

Here's my approach: ``` Future compressUint8List(Uint8List imageBytes, [size = 0.25]) async { print('before: ${imageBytes.lengthInBytes}'); double fileSize = size * 1024 * 1024; int minWidth = 1920; int minHeight = 1920;...

I had a similar problem when rendering text with emoji with text in 3.10.6 and this wasn't happened in 3.0.5. It appears that the font weight is correct when there...