Getting Started
This Flutter package allows you to integrate the WhatsApp Business API into your Flutter applications, enabling features such as sending messages
, media
, templates
, business information
, interactives
, and more.
For a comprehensive understanding of the WhatsApp Business Cloud API, please refer to the official documentation available here : WhatsApp Business Cloud API
Installation Options
Choose your option
- Copy Version
- Flutter Command
- pubspec.yaml
whatsapp: ^3.0.0
flutter pub add whatsapp
or copy this code into your pubspec.yaml
file.
dependencies:
whatsapp: ^3.0.0
Import
Now in your Dart code, you can use:
import 'package:whatsapp/whatsapp.dart';