smsfetcher 1.0.0 copy "smsfetcher: ^1.0.0" to clipboard
smsfetcher: ^1.0.0 copied to clipboard

SMSFetcher is a flutter library that makes retrieval of sms from android phone easy.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smsfetcher

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

dependencies:
  smsfetcher: ^1.0.0

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:smsfetcher/smsfetcher.dart';
5
likes
30
pub points
0%
popularity

Publisher

unverified uploader

SMSFetcher is a flutter library that makes retrieval of sms from android phone easy.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, permission

More

Packages that depend on smsfetcher