AOSSIE-Org / AOSSIE-Org/OpenPeerChat-flutter
Export Chat History and Attached Files
- Lenguaje dominante
- Dart
- Estrellas
- 31
- Forks
- 53
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Allow users to download and preserve a record of their chat history, including text messages, images, or other shared files. This could be helpful for data backup or archival purposes.
Goals:
• Simplify the extraction of conversation data into a user-friendly format (e.g., PDF, JSON, or a zipped folder).
• Include an option to export attached media/files, either embedded or in a separate directory.
Possible Approach:
• Aggregate messages from the local storage.
• Generate a structured export file (e.g., JSON) or a PDF with text and embedded media links.
• Provide a clear UI option for the export and store the exported file securely in local storage.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.