aircloud_whatsapp 0.0.1
aircloud_whatsapp: ^0.0.1 copied to clipboard
Aircloud WhatsApp is a Flutter package that enables seamless integration of WhatsApp chat features with AircloudComm's API. It provides tools for authenticating users, sending and receiving messages, [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aircloud_whatsappThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
aircloud_whatsapp: ^0.0.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:aircloud_whatsapp/aircloud_whatsapp.dart';