receive_whatsapp_chat library

Classes

ChatContent
Class for the whole settings of the chat chatName - name of the chat members - list of members of the chat messages - list of MessageContent in the chat sizeOfChat - size of the chat msgsPerMember - number of messages per member indexesPerMember - list of indexes of messages per member imagesPaths - If you chose to export WhatsApp chat with media, this list will contain the paths of the images
MessageContent
Each message in the chat class
ReceiveWhatsappChat<T extends StatefulWidget>
I used Duarte Silveira share package. See: https://github.com/d-silveira/flutter-share. We could not use his package because we needed to perform changes and it wasn't sound null safety. There is a credit to him and there will be throughout the whole package.