sms_advanced_custom 1.2.1
sms_advanced_custom: ^1.2.1 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 sms_advanced_customThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sms_advanced_custom: ^1.2.1Alternatively, 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_advanced_custom/contact.dart';
import 'package:sms_advanced_custom/custom_advanced_sms.dart';
import 'package:sms_advanced_custom/custom_advanced_sms_web.dart';