sms_notification_listener 0.0.2 copy "sms_notification_listener: ^0.0.2" to clipboard
sms_notification_listener: ^0.0.2 copied to clipboard

PlatformAndroid

A Flutter plugin to listen for incoming SMS notifications on Android devices.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sms_notification_listener

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  sms_notification_listener: ^0.0.2

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_notification_listener/sms_notification_listener.dart';
0
likes
160
points
143
downloads

Publisher

verified publisherpiusikeoffiah.dev

Weekly Downloads

A Flutter plugin to listen for incoming SMS notifications on Android devices.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on sms_notification_listener

Packages that implement sms_notification_listener