Home > Net >  How to send autometically text in whatsapp. with flutter app
How to send autometically text in whatsapp. with flutter app

Time:11-05

I want to send auto messge on whatsapp, i am creating a news app i need when created a news from admin panel then autometically send news details in whatsapp groups and contacts without any confirmaion. just news creating and auto sending news on whatsapp.....???

send auto news on whatsapp groups and contacts

CodePudding user response:

you can't send messages in Whatsapp without a confirmation, sharing text contents to WhatsApp can just open a screen where the input is filled with that text, and the user should manually confirm it.

CodePudding user response:

Short answer

You can't.

Long answer

You'll need to use share_plus plugin to share text or media from your app to whatsapp and others. Then the content you shared will be on the user's textfield for approval.

  • Related