stream-chat-flutter
                                
                                 stream-chat-flutter copied to clipboard
                                
                                    stream-chat-flutter copied to clipboard
                            
                            
                            
                        Flutter Chat SDK - Build your own chat app experience using Dart, Flutter and the Stream Chat Messaging API.
### 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...
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
Try replacing `scrollable_positioned_list` with this new `FlutterListView` https://pub.dev/packages/flutter_list_view
Let's try to build this, if it's doable let's post a guide
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...
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...