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

zulip-mobile issue: https://github.com/zulip/zulip-mobile/issues/5165 We should make it possible to move an entire topic by adding a "Move topic" option to the topic action sheet. Selecting this option should open a...

Many users find the [Recent conversations](https://zulip.com/help/recent-conversations) view helpful in the web app, and it would be a useful feature in the mobile app as well. This will require some work...

a-home
beta feedback
user feedback

The "Channels" page, which lists the user's subscribed channels, has an updated design in Figma. This issue is for implementing the new design. ### Design For details of the design,...

a-home
a-design

I had added the global time element Related #1215 https://github.com/user-attachments/assets/2f394c52-8eda-4d43-9b37-6654e67e8d9a Apologies for two unsuccessful PR

Similar to #772, but for `flutter build ipa` instead of `flutter build apk`. I don't think we've yet had any problems that this would have caught, unlike the Android case,...

a-iOS
a-tools
a-tests

When you send a message, the message should eventually show up in the message list you're looking at: our `sendMessage` API request completes, then the server sends us a `MessageEvent`...

a-content
a-compose
a-api
a-sync

### Background This is a new proposed spec for handling the same user need as the following previous issue: * #720 The point is to better handle the case where...

a-compose
beta feedback
a-sync

This is a followup to #275. After we have that basic framework for using translated strings in the UI, we'll want to set things up so that Zulip's volunteer translators...

a-i18n
a-tools

For mentions auto-completion, one of the comparators we have compares user names alphabetically using `String.compareTo`. Ideally, we should support locale-aware sorting using realm/user language settings. ----- Quoting Greg from https://github.com/zulip/zulip-flutter/issues/1165#issuecomment-2560392081...

a-i18n
a-compose

**Description:** This PR adds a custom splash screen to the Zulip app using the `flutter_native_splash` package. The splash screen includes: - A light blue (`#ADD8E6`) background. - A custom Zulip...