share_image_whatsapp 1.0.5
share_image_whatsapp: ^1.0.5 copied to clipboard
Un potente plugin de Flutter para compartir texto, imágenes y códigos QR directamente a WhatsApp. Soporta WhatsApp Business y múltiples plataformas con capacidades de envío directo a números específicos.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add share_image_whatsapp
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
share_image_whatsapp: ^1.0.5
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:share_image_whatsapp/share_image_whatsapp.dart';