whatsapp_direct_send 0.1.1
whatsapp_direct_send: ^0.1.1 copied to clipboard
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_sendThis 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.1Alternatively, 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';