Serhii Horbenko

Results 4 comments of Serhii Horbenko

I successfully migrated getsream to use sqlcipher in my mobile project without fork. Here are steps you need to do: 1. Create override for `sqlite3_flutter_libs` package. Create new file `overrides/sqlite3_override/pubspec.yaml`...

If you encounter an error like: The method 'compute' isn't defined for the type '_RestClient', it’s because the compute function is part of the Flutter framework and needs to be...

The root cause of this issue is a broken thumbnail mechanism for media attachments. If you inspect the app’s network traffic, images are fetched at their maximum resolution. Older iOS...

This this actually a valid use case. For example, I would like to leave message actions as they are but just replace icons(and custom text styles). But in order to...