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.

Changelog #

All notable changes to this project will be documented in this file.

The format loosely follows Keep a Changelog and the project adheres to Semantic Versioning.

0.1.1 - 2026-02-19 #

Fixed #

  • Use a dedicated WhatsappDirectSendFileProvider subclass instead of androidx.core.content.FileProvider directly, preventing manifest-merger conflicts with other plugins that also declare a FileProvider (e.g. flutter_image_clipboard, image_picker).

0.1.0 - 2026-02-18 #

Added #

  • Initial release.
  • WhatsappDirectSend.send() method to share text and/or images via WhatsApp.
  • Auto-detection of WhatsApp and WhatsApp Business.
  • Fallback to system share sheet when WhatsApp is not installed.
  • Built-in FileProvider for secure image sharing.
  • Android <queries> declarations for API 30+ package visibility.
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