sms_over_wifi 2.0.0 copy "sms_over_wifi: ^2.0.0" to clipboard
sms_over_wifi: ^2.0.0 copied to clipboard

A Flutter package to send SMS messages over Wi-Fi without a SIM card

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sms_over_wifi

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  sms_over_wifi: ^2.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sms_over_wifi/sms_ip.dart';
import 'package:sms_over_wifi/srs/email_sms_service.dart';
import 'package:sms_over_wifi/srs/interfaces.dart';
import 'package:sms_over_wifi/srs/web_sms_service.dart';
2
likes
150
points
183
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to send SMS messages over Wi-Fi without a SIM card

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, http, mailer

More

Packages that depend on sms_over_wifi