flutter_chat_ui icon indicating copy to clipboard operation
flutter_chat_ui copied to clipboard

how to store chat history message and resotre them?

Open imwangji opened this issue 2 years ago • 2 comments
trafficstars

same as title. does have api for that? or I need to build it by myself? thanks for your help.

imwangji avatar Jun 03 '23 05:06 imwangji

@imwangji you need to build it. a good start could be https://pub.dev/packages/flutter_firebase_chat_core

tomquas avatar Jun 03 '23 08:06 tomquas

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.

demchenkoalex avatar Jun 03 '23 10:06 demchenkoalex

v2 has examples for local databases

demchenkoalex avatar Oct 29 '24 20:10 demchenkoalex