sms_reader 0.1.2 copy "sms_reader: ^0.1.2" to clipboard
sms_reader: ^0.1.2 copied to clipboard

PlatformAndroid

A Flutter plugin to read SMS messages from Android devices, with detailed fields and runtime permission handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sms_reader

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

dependencies:
  sms_reader: ^0.1.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_reader/sms_reader.dart';
3
likes
150
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to read SMS messages from Android devices, with detailed fields and runtime permission handling.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on sms_reader

Packages that implement sms_reader