flutter_chat_ui
flutter_chat_ui copied to clipboard
how to store chat history message and resotre them?
trafficstars
same as title. does have api for that? or I need to build it by myself? thanks for your help.
@imwangji you need to build it. a good start could be https://pub.dev/packages/flutter_firebase_chat_core
this is a UI only, you build the backend part. Can be anything. This only accept an array of messages of predefined types, so if you store the same types, or map whatever you store to the types here, you can store anything and anywhere.
v2 has examples for local databases