https://github.com/jpascasio1993/sms_sender
An app which receives data from client in the form of sms and POST the data to the server on client's behalf
https://github.com/jpascasio1993/sms_sender
android dependency-injection flutter java rxjava test-driven-development uml
Last synced: about 2 months ago
JSON representation
An app which receives data from client in the form of sms and POST the data to the server on client's behalf
- Host: GitHub
- URL: https://github.com/jpascasio1993/sms_sender
- Owner: jpascasio1993
- Created: 2024-04-30T19:39:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T05:52:41.000Z (almost 2 years ago)
- Last Synced: 2025-02-21T19:44:30.394Z (over 1 year ago)
- Topics: android, dependency-injection, flutter, java, rxjava, test-driven-development, uml
- Language: Dart
- Homepage:
- Size: 470 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sms_sender
An App that receives SMS and POST data to the server on client's behalf
## Overview
With the absence of the internet, the client sends data in the form of SMS.
This app acts as a gateway which receives the SMS and POST the data on client's behalf
to the configured server.
This app uses PlatformChannels to add dart tasks, and FlutterNativeView together with RxJava
to run a persistent headless service and execute the queued dart tasks
in the background while the app is closed.