Skip to content Skip to sidebar Skip to footer

Flutter: Better Approach For Sending Bulk Sms Without User Interaction On Android

In our project, we need to send bulk SMS to our entire customer list (around 200 users in the list), for their monthly dues. We will: send first sms to all users second sms to pe

Solution 1:

First of all you should take runtime permission for SMS

Answers:

  1. Then you can use this library to send sms SMS LIBRARY.

  2. You can also choose between dual sim in this library.

  3. With help of this library based on sms is delivered or not you can handle BULK SMS.

Post a Comment for "Flutter: Better Approach For Sending Bulk Sms Without User Interaction On Android"