David Leibovych
David Leibovych
It's better to follow _sealed class_ way of listening to events. They are easily breakable into small groups like _scrolling_, _snapping_ etc.
Hey! Sorry for the late response. You could provide a custom `sizeProvider` to the list and calculate the height using the params it provides. The `progress` param is quite crucial...
Here you can find an example for vertical/horizontal lists: https://github.com/ariedov/flutter_snaplist/tree/master/example You could share some more detail about your particular case and I'll try to help.
Can we have a build of that? Just, you know, for testing. 😅 You could post it to the `releases` of your repository if that's convenient.
Yeah, pretty much. And also having the ability to request a specific language in a GET param.
Nice catch, thank you!
Have the same issue...
I have taken some time to investigate this one; it is a bit tricky. There are a few issues in place: #### ConversationListActivity issues 1. The `ConversationListActivity` is using the...
Found another potential solution to the `ConversationList` flicker. I messed with the `ConversationModel` class `equals` and `hashCode` functions, and limited it to `internalId`. That completely got rid of the flickering,...
And since there are no more extra redraws, the icons now also stay in place on the ConversationActivity, which is a pleasant improvement. Preparing pull request now.