https://github.com/ash2shukla/do-sms
Do SMS is a Simple Flutter App to send SMS from a mobile based on HTTP Requests.
https://github.com/ash2shukla/do-sms
Last synced: 22 days ago
JSON representation
Do SMS is a Simple Flutter App to send SMS from a mobile based on HTTP Requests.
- Host: GitHub
- URL: https://github.com/ash2shukla/do-sms
- Owner: ash2shukla
- Created: 2019-02-23T18:59:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T04:35:27.000Z (over 4 years ago)
- Last Synced: 2023-02-26T18:56:53.049Z (about 2 years ago)
- Language: Dart
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Do SMS
A Simple utility flutter application to send messages to a number based on HTTP Requests.
## Getting Started
Install the flutter app.
Connect to the network where the client can send HTTP Request to the app.
Click GetIP button to see IP of Mobile on that Network.
Send Request as-http://ip_address:4444/?num=the_number_where_you_want_to_send_sms&body=the_body_you_want_to_send
**Num must be prefixed with country code without +**
eg. 919999999999**body should be less than 1000 chars.**
Due to Path Limitations.