Sliverise the chat view #75
Labels
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
Nexus/nexus#75
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Would probably be quite good for performance, but require a lot of work. Useful reference, when I did this for the emoji picker:
Henry-Hiles/material_emoji_picker@bac0a5df23...21de3590c1Note: The chat view itself is already a sliver, but each message is in a
SuperSliverListand is just a regularWidget. To accomplish what I want, I want slivers down to message content level.This won't happen for a while, but I'd like to be the one to do it, so self-assigning.
After experimenting, this wouldn't work, as it would break lazy loading.