talkjs_flutter 0.15.0
talkjs_flutter: ^0.15.0 copied to clipboard
Official TalkJS SDK for Flutter
We analyzed this package 9 hours 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.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 9 issues. Showing the first 2:
INFO: 'alpha' is deprecated and shouldn't be used. Use .a.
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.
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.6 | 3.0.6 | |
firebase_core |
^3.1.0 |
3.13.0 | 3.13.0 | |
firebase_messaging |
^15.0.1 |
15.2.5 | 15.2.5 | |
flutter_apns_only |
^1.6.0 |
1.6.0 | 1.6.0 | Discontinued |
flutter_local_notifications |
^18.0.1 |
18.0.1 | 19.0.0 | |
http |
>=0.13.6 <2.0.0 |
1.3.0 | 1.3.0 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.0 | |
shared_preferences |
^2.2.3 |
2.5.3 | 2.5.3 | |
talkjs_flutter_inappwebview |
^6.0.8 |
6.0.12 | 6.0.12 | |
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
.
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`, that was published 24 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.
The constraint `^11.3.1` on permission_handler does not support the stable version `12.0.0`, that was published 0 days ago.
When permission_handler is 30 days old, this package will no longer be awarded points in this category.
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.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.