aircloud_whatsapp 0.0.1 copy "aircloud_whatsapp: ^0.0.1" to clipboard
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_whatsapp

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  aircloud_whatsapp: ^0.0.1

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:aircloud_whatsapp/aircloud_whatsapp.dart';
0
likes
120
points
66
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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, real-time communication via WebSocket, and persistent local storage. Designed for developers building chat-enabled apps, this package simplifies WhatsApp messaging and management using modern Flutter and Dart practices.

Homepage

License

MIT (license)

Dependencies

collection, dio, equatable, flutter, get_storage, http, logging, meta, web_socket_channel

More

Packages that depend on aircloud_whatsapp