talkjs_flutter 0.16.0
talkjs_flutter: ^0.16.0 copied to clipboard
Official TalkJS SDK for Flutter
We analyzed this package 3 days ago, and awarded it 120 pub points (of a possible 160):
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 50 to 180 characters to describe the package, what it does, and its target use case.
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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
123 out of 357 API elements (34.5 %) have documentation comments.
Some symbols that are missing documentation: talkjs, talkjs.ANDROID_SETTINGS, talkjs.AndroidImportance, talkjs.AndroidSettings, talkjs.AndroidSettings.AndroidSettings.fromJson.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:talkjs_flutter/talkjs_flutter.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:talkjs_flutter/talkjs_flutter.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:talkjs_flutter/talkjs_flutter.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:talkjs_flutter/talkjs_flutter.dartthat declares support for platforms:Android,iOS.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:talkjs_flutter/talkjs_flutter.dartthat imports:package:talkjs_flutter/src/unreads.dartthat imports:package:talkjs_flutter/src/message.dartthat imports:package:talkjs_flutter/src/user.dartthat imports:package:talkjs_flutter/src/session.dartthat imports:package:talkjs_flutter/src/notification.dartthat imports:package:flutter_apns_only/flutter_apns_only.dartthat declares support for platforms:iOS.
Package does not support platform `iOS`.
Because:
package:talkjs_flutter/talkjs_flutter.dartthat imports:package:talkjs_flutter/src/unreads.dartthat imports:package:talkjs_flutter/src/message.dartthat imports:package:talkjs_flutter/src/user.dartthat imports:package:talkjs_flutter/src/session.dartthat imports:package:talkjs_flutter/src/notification.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dartthat declares support for platforms:Linux.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
INFO: 'alpha' is deprecated and shouldn't be used. Use (*.a * 255.0).round().clamp(0, 255).
lib/src/notification.dart:125:36
╷
125 │ 'alpha': lightColor!.alpha,
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/notification.dart
INFO: 'red' is deprecated and shouldn't be used. Use (*.r * 255.0).round().clamp(0, 255).
lib/src/notification.dart:126:34
╷
126 │ 'red': lightColor!.red,
│ ^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/notification.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
firebase_core |
^4.0.0 |
4.2.1 | 4.2.1 | |
firebase_messaging |
^16.0.0 |
16.0.4 | 16.0.4 | |
flutter_apns_only |
^1.6.0 |
1.6.0 | 1.6.0 | Discontinued |
flutter_local_notifications |
^18.0.1 |
18.0.1 | 19.5.0 | |
http |
>=0.13.6 <2.0.0 |
1.6.0 | 1.6.0 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 | |
shared_preferences |
^2.2.3 |
2.5.3 | 2.5.3 | |
talkjs_flutter_inappwebview |
^6.1.5+2 |
6.1.5+3 | 6.1.5+3 | |
url_launcher |
^6.3.0 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^18.0.1` on flutter_local_notifications does not support the stable version `19.0.0`.
Try running dart pub upgrade --major-versions flutter_local_notifications to update the constraint.
The constraint `^11.3.1` on permission_handler does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions permission_handler to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.2, Flutter 3.38.1, Dart 3.10.0.
Check the analysis log for details.