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, [...]

120/ 160
pub points
66
downloads

We analyzed this package 15 hours ago, and awarded it 120 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

66 out of 79 API elements (83.5 %) have documentation comments.

Some symbols that are missing documentation: AircloudWhatsApp, AircloudWhatsApp.AircloudClient, AircloudWhatsApp.AircloudClient.box, AircloudWhatsApp.AircloudClient.client, AircloudWhatsApp.AircloudClient.dispose.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

WASM compatibility:

Package not compatible with runtime wasm

Because:

  • package:aircloud_whatsapp/aircloud_whatsapp.dart that imports:
  • package:aircloud_whatsapp/src/aircloud_whatsapp.dart that imports:
  • package:get_storage/get_storage.dart that imports:
  • package:get_storage/src/storage_impl.dart that imports:
  • package:get_storage/src/storage/html.dart that imports:
  • dart:html

Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 7 issues. Showing the first 2:

INFO: Missing type annotation.

lib/src/aircloud_whatsapp.dart:93:14

   ╷
93 │     required restUrl,
   │              ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/aircloud_whatsapp.dart

INFO: Missing type annotation.

lib/src/aircloud_whatsapp.dart:94:14

   ╷
94 │     required aircloudKey
   │              ^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/aircloud_whatsapp.dart

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
collection ^1.17.2 1.19.1 1.19.1
dio ^5.4.3+1 5.9.2 5.9.2
equatable ^2.0.5 2.0.8 2.0.8
get_storage ^2.1.1 2.1.1 2.1.1
http ^1.5.0 1.6.0 1.6.0
logging ^1.3.0 1.3.0 1.3.0
meta ^1.16.0 1.18.0 1.18.2
web_socket_channel ^3.0.3 3.0.3 3.0.3
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
code_assets - 1.1.0 1.1.0
crypto - 3.0.7 3.0.7
dio_web_adapter - 2.1.2 2.1.2
ffi - 2.2.0 2.2.0
get - 4.7.3 4.7.3
hooks - 2.0.0 2.0.0
http_parser - 4.1.2 4.1.2
jni - 1.0.0 1.0.0
jni_flutter - 1.0.1 1.0.1
material_color_utilities - 0.13.0 0.13.0
mime - 2.0.0 2.0.0
objective_c - 9.4.1 9.4.1
package_config - 2.2.0 2.2.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.3.1 2.3.1
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
record_use - 0.6.0 0.6.0
source_span - 1.10.2 1.10.2
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.3.0
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.12, Flutter 3.44.0, Dart 3.12.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
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