rohit1814 / flutter_open_whatsapp

A Flutter plugin to open WhatsApp and send message to single number.
MIT License
22 stars 23 forks source link

Bug: Complete message not being sent. #15

Open Goutam192002 opened 3 years ago

Goutam192002 commented 3 years ago

Test message: Hello # World Message shown in whatsapp: Hello

I found the error was because the plugin was not encoding the message in URI format, due to this it escaped at "#". It is a critical bug and I think the library should encode the message and then send it.

Would be happy to contribute :)