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

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 Dart:

 $ dart pub add sms_reader

With Flutter:

 $ flutter pub add sms_reader

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

dependencies:
  sms_reader: ^0.1.0

Alternatively, your editor might support dart pub get or 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
0
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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on sms_reader

Packages that implement sms_reader