sms_over_wifi 2.0.0
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_wifiThis 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.0Alternatively, 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';