dart_meteor 3.0.0 dart_meteor: ^3.0.0 copied to clipboard
This library make connection between meteor backend and flutter app easily. Design to work seamlessly with StreamBuilder and FutureBuilder.
We analyzed this package 3 days ago, and awarded it 125 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
5/10 points: Use an OSI-approved license
Detected license: BSD-2-Clause-Views
.
The following license are not OSI-approved: `BSD-2-Clause-Views`.
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
30 out of 99 API elements (30.3 %) have documentation comments.
Some symbols that are missing documentation: dart_meteor.DdpClient
, dart_meteor.DdpClient.DdpClient
, dart_meteor.DdpClient.PING_SEC_INTERVAL
, dart_meteor.DdpClient.PONG_WITHIN_SEC
, dart_meteor.DdpClient.apply
.
10/10 points: Package has an example
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:dart_meteor/dart_meteor.dart
that imports:package:dart_meteor/src/ddp_client.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:dart_meteor/dart_meteor.dart
that imports:package:dart_meteor/src/ddp_client.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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
WARNING: The operand can't be null, so the condition is always 'true'.
lib/src/ddp_client.dart:462:18
╷
462 │ if (subs != null) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/ddp_client.dart
WARNING: This 'onError' handler must return a value assignable to 'MeteorClientLoginResult?', but ends without returning a value.
lib/src/meteor_client.dart:173:52
╷
173 │ _loginWithExistingToken().catchError((error) {});
│ ^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/meteor_client.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
crypto |
^3.0.1 |
3.0.6 | 3.0.6 |
rxdart |
^0.27.0 |
0.27.7 | 0.28.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
collection |
- | 1.19.1 | 1.19.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 `^0.27.0` on rxdart does not support the stable version `0.28.0`.
Try running dart pub upgrade --major-versions rxdart
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
, Dart 3.5.4
.
Check the analysis log for details.