talkjs_flutter 0.13.0 talkjs_flutter: ^0.13.0 copied to clipboard
Official TalkJS SDK for Flutter
We analyzed this package 14 hours ago, and awarded it 130 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 60 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
122 out of 349 API elements (35.0 %) have documentation comments.
Some symbols that are missing documentation: talkjs
, talkjs.ANDROID_SETTINGS
, talkjs.AndroidImportance
, talkjs.AndroidSettings
, talkjs.AndroidSettings.AndroidSettings
.
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.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:talkjs_flutter/talkjs_flutter.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:talkjs_flutter/talkjs_flutter.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:talkjs_flutter/talkjs_flutter.dart
that 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.dart
that imports:package:talkjs_flutter/src/unreads.dart
that imports:package:talkjs_flutter/src/message.dart
that imports:package:talkjs_flutter/src/user.dart
that imports:package:talkjs_flutter/src/session.dart
that imports:package:talkjs_flutter/src/notification.dart
that imports:package:flutter_apns_only/flutter_apns_only.dart
that declares support for platforms:iOS
.
Package does not support platform `iOS`.
Because:
package:talkjs_flutter/talkjs_flutter.dart
that imports:package:talkjs_flutter/src/unreads.dart
that imports:package:talkjs_flutter/src/message.dart
that imports:package:talkjs_flutter/src/user.dart
that imports:package:talkjs_flutter/src/session.dart
that imports:package:talkjs_flutter/src/notification.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart
that declares support for platforms:Linux
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:talkjs_flutter/talkjs_flutter.dart
that imports:package:talkjs_flutter/src/unreads.dart
that imports:package:talkjs_flutter/src/message.dart
that imports:package:talkjs_flutter/src/user.dart
that imports:package:talkjs_flutter/src/session.dart
that imports:package:talkjs_flutter/src/notification.dart
that imports:package:flutter_apns_only/flutter_apns_only.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
INFO: 'signature' is deprecated and shouldn't be used. Use [token] or [tokenFetcher] instead.
lib/src/session.dart:589:9
╷
589 │ if (signature != other.signature) {
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/session.dart
INFO: 'signature' is deprecated and shouldn't be used. Use [token] or [tokenFetcher] instead.
lib/src/session.dart:589:28
╷
589 │ if (signature != other.signature) {
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/session.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
crypto |
^3.0.3 |
3.0.6 | 3.0.6 |
firebase_core |
^3.1.0 |
3.8.0 | 3.8.0 |
firebase_messaging |
^15.0.1 |
15.1.5 | 15.1.5 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_apns_only |
^1.6.0 |
1.6.0 | 1.6.0 |
flutter_local_notifications |
^17.1.2 |
17.2.4 | 18.0.1 |
http |
>=0.13.6 <2.0.0 |
1.2.2 | 1.2.2 |
permission_handler |
^11.3.1 |
11.3.1 | 11.3.1 |
shared_preferences |
^2.2.3 |
2.3.3 | 2.3.3 |
talkjs_flutter_inappwebview |
^6.0.8 |
6.0.11 | 6.0.11 |
url_launcher |
^6.3.0 |
6.3.1 | 6.3.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^17.1.2` on flutter_local_notifications does not support the stable version `18.0.0`, that was published 10 days ago.
When flutter_local_notifications is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions flutter_local_notifications
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.22.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.