stream-chat-flutter icon indicating copy to clipboard operation
stream-chat-flutter copied to clipboard

Flutter Chat SDK - Build your own chat app experience using Dart, Flutter and the Stream Chat Messaging API.

Results 191 stream-chat-flutter issues
Sort by recently updated
recently updated
newest added

### Which packages are you using? stream_chat_flutter ### On what platforms did you experience the issue? iOS, Android ### What version are you using? 4.3.0 ### What happened? There are...

bug

Useful resources: * https://getstream.io/chat/docs/sdk/flutter/guides/adding_push_notifications/ * https://pub.dev/packages/firebase_messaging * https://github.com/leanflutter/local_notifier * https://github.com/invertase/flutterfire_desktop * https://firebase.flutter.dev/docs/messaging/overview

documentation
platform: desktop

Try replacing `scrollable_positioned_list` with this new `FlutterListView` https://pub.dev/packages/flutter_list_view

enhancement

Let's try to build this, if it's doable let's post a guide

documentation

There are a few things to review/consider: - I exposed a few more attributes for scroll customisation. We should consider exposing `alignment` as well for further customisation - used in...

### Please select which package this feature is related to stream_chat_flutter ### Which platforms would this feature impact? iOS, Android, Web, Windows, MacOS, Linux ### Is your feature request related...

enhancement

Utility class for mocking Widgets that depend on StreamChatClient, Channel, or ClientState. Useful for cleaning up tests but also for the WidgetBook effort. It comes with built-in mocked methods like...