sms_advanced_custom 1.2.1 copy "sms_advanced_custom: ^1.2.1" to clipboard
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_custom

This 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.1

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_advanced_custom/contact.dart';
import 'package:sms_advanced_custom/custom_advanced_sms.dart';
import 'package:sms_advanced_custom/custom_advanced_sms_web.dart';
0
likes
130
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

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 capabilities on iOS & Web.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, url_launcher, web

More

Packages that depend on sms_advanced_custom

Packages that implement sms_advanced_custom