receive_whatsapp_chat 0.1.6 receive_whatsapp_chat: ^0.1.6 copied to clipboard
A flutter plugin that enables flutter apps to receive exported chats from WhatsApp.
0.0.1 #
- Initial commit
0.0.2 #
- Increase score on pub.dev
0.0.3 #
- Support Android 12
0.0.4 #
- Fix cutting off messages after colon
0.0.5 #
- Fix date issues
0.0.7 #
- Bug fixed
0.0.8 #
- Recognize now also the time 9:46 and not only 09:46
0.0.9 #
- Recognize now also the dates 12.2.2022 and not only 12/2/2022
0.0.10 #
- Support for different languages
0.0.11 #
- Added the == operator to all moudels
- Fix messages per person issues
0.0.12 #
- Recognize now also the dates 12.2.22 and not only 12.2.2022
0.0.13 #
- Support for Portuguese language
0.1.1 #
- Added iOS support!
- Added indexesPerMember in ChatContent
0.1.2 #
- Add the option to export chat with media (currently only images and Android only)
- Bug fixed
0.1.4 #
- Version update (dart sdk, flutter sdk, kotlin, gradle)
0.1.5 #
- Fix bug with media export on Android (newer WhatsApp version)
- Remove support for "export chat with media" because of the change in the WhatsApp export format. Will be added again in the future.
0.1.6 #
- Update receive_sharing_intent