qiscus_chat_sdk 2.1.1 copy "qiscus_chat_sdk: ^2.1.1" to clipboard
qiscus_chat_sdk: ^2.1.1 copied to clipboard

The Scalable In-App Chat SDK for Mobile & Web

7
likes
90/ 140
pub points
82%
popularity

We analyzed this package 32 hours ago, and awarded it 90 pub points (of a possible 140):

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

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

Homepage URL doesn't exist.

At the time of the analysis https://sdk.qiscus.com was unreachable. Make sure that the website is reachable via HEAD requests.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

failed
Provide documentation
10 / 20trigger folding of the section

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

46 out of 208 API elements (22.1 %) have documentation comments.

Some symbols that are missing documentation: qiscus_chat_sdk, qiscus_chat_sdk.QAccount, qiscus_chat_sdk.QAccount.QAccount, qiscus_chat_sdk.QAccount.lastEventId, qiscus_chat_sdk.QAccount.lastMessageId.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:qiscus_chat_sdk/qiscus_chat_sdk.dart that imports:
  • package:qiscus_chat_sdk/src/domain/commons.dart that imports:
  • package:qiscus_chat_sdk/src/domain/room/room-model.dart that imports:
  • package:qiscus_chat_sdk/src/core.dart that imports:
  • package:mqtt_client/mqtt_server_client.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 77 issues. Showing the first 2:

WARNING: The parameter type of '==' operators should be non-nullable.

lib/src/models/room-with-messages.freezed.dart:294:17

    ╷
294 │   bool operator ==(dynamic other) {
    │                 ^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/models/room-with-messages.freezed.dart

INFO: The part-of directive uses a library name.

lib/src/app_config/api.dart:1:1

  ╷
1 │ part of qiscus_chat_sdk.usecase.app_config;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
async ^2.8.2 2.11.0 2.11.0
dio ^5.3.2 5.4.3+1 5.4.3+1
equatable ^2.0.3 2.0.5 2.0.5
flutter flutter 0.0.0 0.0.0
fpdart ^0.6.0 0.6.0 1.1.0
freezed_annotation ^2.0.3 2.4.1 2.4.1
mqtt_client ^9.4.2 9.8.1 10.2.1
pretty_dio_logger ^1.1.1 1.3.1 1.3.1
sealed_unions ^3.0.2+2 3.0.3+1 3.0.3+1
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
event_bus - 2.0.0 2.0.0
http_parser - 4.0.2 4.0.2
json_annotation - 4.9.0 4.9.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
path - 1.9.0 1.9.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4

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

The constraint `^0.6.0` on fpdart does not support the stable version `1.0.0`.

Try running dart pub upgrade --major-versions fpdart to update the constraint.

The constraint `^9.4.2` on mqtt_client does not support the stable version `10.0.0`.

Try running dart pub upgrade --major-versions mqtt_client to update the constraint.

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

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.