flyerhq / flutter_chat_ui

Actively maintained, community-driven chat UI implementation with an optional Firebase BaaS.
https://flyer.chat
Apache License 2.0
1.5k stars 662 forks source link

Using ChatList Component as a Standalone Widget #594

Open axornam opened 1 month ago

axornam commented 1 month ago

Hello, is it possible to use the ChatList Widget as a standalone replacement for a typical ListView or ListView.Builder. I'm currently retrieving data from firestore using StreamBuilder and returning a ListView. I'm currently not able to Customize the default Chat Widget to meet a requirement. I Get an Error When I try to do this.

demchenkoalex commented 1 month ago

Hey! I did not plan ChatList to be used as standalone. I would suggest to copy it to your project and customise to meet your requirements then.