This is a Flutter application for sending SMS using the Excite SMS API. You can use this mobile app to send SMS messages to recipients using the Excite SMS service.
- Send SMS messages using the Excite SMS API.
- User-friendly interface with recipient and message input fields.
- Confirmation message for successful or failed SMS sending.
- Flutter for building the mobile app.
- HTTP package for making API requests.
- Provider for state management.
To get started with this application, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/ExciteSMS/excite-sms-flutter.git cd excite-sms-flutter
-
Open the project in your favorite Flutter development environment.
-
Replace
'YOUR_API_KEY_HERE'
in thelib/main.dart
file with your actual Excite SMS API key. -
Run the Flutter app on a simulator or connected device:
flutter run
-
Use the app to send SMS messages using the Excite SMS API.
- Enter the recipient's phone number and message in the input fields.
- Tap the "Send SMS" button to send the SMS using the Excite SMS API.
- A confirmation message will indicate whether the SMS was sent successfully or if an error occurred.
To use this application, you need to configure the Excite SMS API credentials by replacing 'YOUR_API_KEY_HERE'
with your actual API key in the lib/main.dart
file.
The application includes a basic user interface with a clean and user-friendly design. You can customize the UI further to match your design preferences.
This project is licensed under the MIT License. See the LICENSE file for details.
- Excite SMS for providing the SMS gateway API.
Send SMS messages with ease using the Excite SMS Flutter app!