Reputation: 1564
I'm developing an app, where user can export chat from WhatsApp and then can upload on my flutter app database. I don't know how to do this. Though we can open WhatsApp from
url_launcher
and from
get_it
but I wanna export whole chat. Thank You
Upvotes: 0
Views: 831
Reputation: 1
https://github.com/Tuqeer-meer-code/whatsapp_chat_import_flutter
here is the latest code that helps you to import whatsapp chat to flutter app
follow instruction of the added plugins
Upvotes: 0
Reputation: 56
I just released a new package for exporting whatsapp chats to flutter app.
See - https://pub.dev/packages/receive_whatsapp_chat
Import my package, and follow the steps.
After you imorted my package and follow the steps, you will need to go to whatsApp, export a chat to your flutter app and you will receive the chat analyzed: chat members, chat name, messages per member, size of the chat and all of its messages.
Upvotes: 3