zulip-flutter
zulip-flutter copied to clipboard
Future Zulip client using Flutter
When tapping the gallery icon in the message input, the file picker opens, but it shows all types of files (PDFs, videos, etc.), not just images. Also, it does not...
The issue regarding retention of scroll offset in emoji is solve Resolving issue #1175 https://github.com/user-attachments/assets/f2610af0-276e-4703-916d-d5fd2d9f66a5
Issue #1139 Added the language setting into the appropriate setting button. https://github.com/user-attachments/assets/06e032f3-6f1e-4f06-b07c-35c58ae4abc8
I was going to try to solve an issue and I happen to saw it making errors while tapping on the message feed .It is an feature used to saw...
The title and description are being clamped to two lines, and some changes in layout sizing. We should apply that update. ### References - Web PRs - https://github.com/zulip/zulip/pull/34488 - https://github.com/zulip/zulip/pull/34493...
Reproduced on CZO just now: 1. Long-press a message 2. Tap the 🙂 emoji in the list of emoji at the top of the message action sheet 3. See error...
This is a follow-up to #863. The design can be found [here](https://www.figma.com/design/1JTNtYo9memgW7vV6d0ygq/Zulip-Mobile?node-id=7965-10532&m=dev). (we should add more details here later)
This is a possible follow-up to #863: in the bottom sheet to choose a saved snippet to insert into a message, we could add a search bar to filter the...
``` Your project is configured with Android NDK 26.1.10909125, but the following plugin(s) depend on a different Android NDK version: - integration_test requires Android NDK 26.3.11579264 Fix this issue by...
This is follow-up to #1158. The initial implementation of the topic-list will fetch topics with API calls. Using the data we have, by listening to changes to `PerAccountStore` and `Unreads`,...