custom_advanced_sms 1.2.0
custom_advanced_sms: ^1.2.0 copied to clipboard
An advanced SMS library for Flutter with enhanced functionality. Allows sending, receiving, and querying SMS messages, SMS delivery status, and contact information on Android, with sending capabilitie [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add custom_advanced_smsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
custom_advanced_sms: ^1.2.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:custom_advanced_sms/custom_advanced_sms.dart';