Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.15 KB

Codechef-VIT

BulkSMS

This is an app to send bulk messages to multiple contacts at same time.

Codechef-VIT

This app is built on flutter using sms package but it can only be used on an android device as the package used to send message is not supported by iOS.

Screenshots

Features

  • Bulk messaging is made easy.
  • Manually type numbers to add to recipients' list.
  • Pick recipients from a CSV from one click.

Instructions to Run

$ git clone https://github.com/CodeChefVIT/sms_app.git
$ cd sms_app
$ flutter run

Contributors