whatsapp_direct_send 0.1.1 copy "whatsapp_direct_send: ^0.1.1" to clipboard
whatsapp_direct_send: ^0.1.1 copied to clipboard

PlatformAndroid

A Flutter plugin to send text messages and/or images directly to a WhatsApp contact on Android via ACTION_SEND intents.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add whatsapp_direct_send

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

dependencies:
  whatsapp_direct_send: ^0.1.1

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:whatsapp_direct_send/whatsapp_direct_send.dart';
0
likes
160
points
87
downloads

Publisher

verified publisherccisne.dev

Weekly Downloads

A Flutter plugin to send text messages and/or images directly to a WhatsApp contact on Android via ACTION_SEND intents.

Repository (GitHub)
View/report issues

Topics

#whatsapp #sharing #macss

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on whatsapp_direct_send

Packages that implement whatsapp_direct_send