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

outdated

The main purpose is to send sms from background and headless.You can send sms whatever the phone state is in app or background or headless.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add background_sms

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

dependencies:
  background_sms: ^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:background_sms/background_sms.dart';
56
likes
0
pub points
92%
popularity

Publisher

verified publishermidcarry.tk

The main purpose is to send sms from background and headless.You can send sms whatever the phone state is in app or background or headless.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on background_sms