future_sms 0.1.1+1 future_sms: ^0.1.1+1 copied to clipboard
SMS package to use Future SMS (EGYPT ONLY).
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add future_sms
With Flutter:
$ flutter pub add future_sms
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
future_sms: ^0.1.1+1
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:future_sms/future_sms_server.dart';
import 'package:future_sms/modules/api_base_response.dart';
import 'package:future_sms/modules/auth.dart';
import 'package:future_sms/modules/phone_number.dart';
import 'package:future_sms/modules/send_otp.dart';
import 'package:future_sms/modules/verify_otp.dart';
import 'package:future_sms/utils/logg.dart';