zulip-flutter icon indicating copy to clipboard operation
zulip-flutter copied to clipboard

Future Zulip client using Flutter

Results 411 zulip-flutter issues
Sort by recently updated
recently updated
newest added

I ran into an odd bug yesterday in the iOS app: 1. Muted a topic ("zulip.yaml") in the `#api documentation` channel on CZO 2. In the Flutter app, opened the...

a-msglist
a-model
beta feedback

theme: Fix bgMessageRegular to match Figma specification The dark mode `bgMessageRegular` color was defined as `HSLColor.fromAHSL(1, 0, 0, 0.11)`, intended to match the [Figma design specification](https://www.figma.com/design/1JTNtYo9memgW7vV6d0ygq/Zulip-Mobile?node-id=6262-90970&t=m9JTZk7mwN1Se9Sx-0) of `#1D1D1D`. However, the...

This is a variation on #1097. Repro: * On Android, visit a message list that has a compose box. * Touch the content input and enter the start of an...

a-msglist
a-a11y
a-compose

This was found in https://github.com/zulip/zulip-flutter/issues/535#issuecomment-2973276995 when investigating the app's behavior with a screen reader: > Navigating backwards (to older messages) does not work smoothly. Sometimes the focus can get moved...

help wanted
a-msglist
a-a11y

This was found in https://github.com/zulip/zulip-flutter/issues/535#issuecomment-2973276995 when investigating the app's behavior with a screen reader: > Headers should be marked as such. This includes recipient headers in the message list and...

help wanted
a-msglist
a-a11y
a-home

This was found in https://github.com/zulip/zulip-flutter/issues/535#issuecomment-2973276995 when investigating the app's behavior with a screen reader: > Message content navigation appears out of order when the message contains links. We should fix...

a-content
a-a11y

This was found in https://github.com/zulip/zulip-flutter/issues/535#issuecomment-2973276995 when investigating the app's behavior with a screen reader: > The loading screen/loading indicator cannot get focused. There should at least be some way to...

help wanted
a-a11y

This was found in https://github.com/zulip/zulip-flutter/issues/535#issuecomment-2973276995 when investigating the app's behavior with a screen reader: > The "----OR-----" separator on the login page might need a caption that elaborates on what...

help wanted
a-a11y
a-login
a-first-hour

Added a search icon on inbox and the combined feed screen which opens up the usual search page. Fixes : #1854 https://github.com/user-attachments/assets/3961ddb9-3163-4629-9f03-18249821753f https://github.com/user-attachments/assets/28e1a5ad-c8c7-4bf4-9742-0fc0982980bb

integration review