whatsapp_bot_flutter 0.0.6 whatsapp_bot_flutter: ^0.0.6 copied to clipboard
Whatsapp bot using puppeteer and whatsapp web scraping with flutter desktop/web and dart projects support
0.0.6 #
- breakingChange: we have to use WhatsappClient.chat for accessing sendTextMessage/sendFilesMessages
- Added WhatsappClient.chat With these Features
- Send Text/File/Location messages
- Added archive/unarchive chat
- canMute
- mute /unmute
- clearChat
- deleteChat
- getLastSeen
- getChats
- markAsSeen
- markAsUnread
- pin/unpin
- deleteMessages
- downloadMedia
- getMessages
- createPollInGroups
- sendContactCard
- Added WhatsappClient.contact with these Features
- getProfilePicture
- getStatus
- getContacts
- Added WhatsappClient.profile with these Features
- getMyStatus
- setMyStatus
- isBusiness
- setMyProfilePicture
0.0.5 #
- breaking changes
- added multi Client support
- added call events
- added option to reject call
- added option to reply to a message
- added web support
- and many other minor features
0.0.4 #
- remove flutter dependency
- add pureDart support
- add method to convert string to QRCodeText to print in terminal
- minor bug fixes
0.0.3 #
- major refactoring
- added option to share files
- added option to share location
- added option to get messages stream
0.0.2 #
- minor fixes
0.0.1 #
- Initial version