pubnub 5.2.1 
pubnub: ^5.2.1 copied to clipboard
PubNub SDK v5 for Dart lang (with Flutter support) that allows you to create real-time applications
We analyzed this package 6 days ago, and awarded it 110 pub points (of a possible 160):
 10/10 points: Provide a valid pubspec.yaml
 5/5 points: Provide a valid README.md
 5/5 points: Provide a valid CHANGELOG.md
 0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
 10/10 points: 20% or more of the public API has dartdoc comments
338 out of 616 API elements (54.9 %) have documentation comments.
Some symbols that are missing documentation: Access Manager, Basic Features, Exceptions, Files, Objects.
 10/10 points: Package has an example
 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- 
✓ Android
 - 
✓ iOS
 - 
✓ Windows
 - 
✓ Linux
 - 
✓ macOS
 - 
✓ Web
 
 0/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
 40/50 points: code has no errors, warnings, lints, or formatting issues
Found 27 issues. Showing the first 2:
INFO: Missing a corresponding override of 'hashCode'.
lib/src/core/crypto/cipher_key.dart:26:17
   ╷
26 │   bool operator ==(Object other) {
   │                 ^^
   ╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/core/crypto/cipher_key.dart
INFO: Missing type annotation.
lib/src/core/crypto/crypto.dart:47:30
   ╷
47 │   factory EncryptedData.from(data, metadata) => EncryptedData._(data, metadata);
   │                              ^^^^
   ╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/core/crypto/crypto.dart
 0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes | 
|---|---|---|---|---|
async | 
^2.5.0 | 
2.13.0 | 2.13.0 | |
cbor | 
^4.0.0 | 
4.1.0 | 6.3.7 | |
convert | 
^3.0.0 | 
3.1.2 | 3.1.2 | |
crypto | 
^3.0.0 | 
3.0.6 | 3.0.6 | |
encrypt | 
^5.0.1 | 
5.0.3 | 5.0.3 | |
form_data | 
^1.0.0-nullsafety.1 | 
1.0.0-nullsafety.1 | 1.0.0-nullsafety.1 | |
meta | 
^1.3.0 | 
1.17.0 | 1.17.0 | |
pedantic | 
^1.11.0 | 
1.11.1 | 1.11.1 | Discontinued | 
pool | 
^1.5.0 | 
1.5.2 | 1.5.2 | |
xml | 
^6.1.0 | 
6.6.1 | 6.6.1 | 
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes | 
|---|---|---|---|---|
args | 
- | 2.7.0 | 2.7.0 | |
asn1lib | 
- | 1.6.5 | 1.6.5 | |
clock | 
- | 1.1.2 | 1.1.2 | |
collection | 
- | 1.19.1 | 1.19.1 | |
js | 
- | 0.7.2 | 0.7.2 | Discontinued | 
path | 
- | 1.9.1 | 1.9.1 | |
petitparser | 
- | 7.0.1 | 7.0.1 | |
pointycastle | 
- | 3.9.1 | 4.0.0 | |
stack_trace | 
- | 1.12.1 | 1.12.1 | |
typed_data | 
- | 1.4.0 | 1.4.0 | 
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^4.0.0` on cbor does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions cbor to update the constraint.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- pedantic.
 
 10/10 points: Package supports latest stable Dart and Flutter SDKs
 0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
UNDEFINED_GETTER-lib/src/dx/_utils/exceptions.dart:12:60- The getter 'value' isn't defined for the type 'XmlElement'.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.0, Dart 3.9.4.
Check the analysis log for details.