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

closes #1673 | Web | Mobile | |-----|--------| | |

maintainer review

### App Version: Reproduced on version 30.0.264. ### Steps to Reproduce: 1. Launch the Zulip app. Confirm the main bottom navigation bar (containing "Inbox", "DMs", "Channels", etc.) is visible on...

I observed an odd symptom today on my phone, which @chrisbobbe and I debugged far enough to know how to fix. The symptom: there was a message which the app...

a-sync

In https://github.com/zulip/zulip/pull/34618, we added an option to report a message to moderators from the web app. We should support this feature on mobile as well. The feature should be accessible...

a-msglist
server-12

That's these: https://zulip.com/api/get-events#restart Handling these mostly just means updating our record of the server's version, including zulipFeatureLevel. ### Getting a new event queue There's one other wrinkle this calls for;...

a-api
a-model

In /api/register-queue , the server accepts a client capability `user_list_incomplete`. See docs: https://zulip.com/api/register-queue#parameter-client_capabilities We should send that capability. Before merging such a change, we should manually test situations where it...

a-api
server-8

A follow up to #1956. Marking it as draft for now, will need to rebase on top of #1956. Screenshot | Before | After | | --- | --- |...

Device: Android iOS: Not tested ### Description When the app remains in the background (in the recent apps stack), tapping on a notification for a specific conversation opens the wrong...

a-notifications

Fixes #1963. Displaying Semantic widget tree by wrapping the required widget with [SemanticDebugger](https://api.flutter.dev/flutter/widgets/SemanticsDebugger-class.html#:~:text=description-,SemanticsDebugger,-class) . Possible Cause: Flutter Automatically rearranging the semantics nodes in wrong order? Changes Displayed using SemanticsDebugger widget(Updated)...

I think the current value (`HSLColor.fromAHSL(1, 0, 0, 0.11).toColor()`) might have been taken from a value that web used in the past? Not sure how we ended up with a...

help wanted
good first issue
a-msglist