dartis 0.5.0
dartis: ^0.5.0 copied to clipboard
Redis client featuring type-safe commands, pipelining, fire and forget, publish/subscribe, monitor mode, inline commands, transactions, Lua scripting, modules, and much more.
We analyzed this package 2 days ago, and awarded it 100 pub points (of a possible 140):
10/10 points: Provide a valid pubspec.yaml
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: MIT
.
10/10 points: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 988 out of 1044 API elements (94.6 %) have documentation comments.
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:dartis/dartis.dart
that imports:package:dartis/src/protocol.dart
that imports:package:dartis/src/protocol/writer.dart
that imports:dart:io
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
INFO: The import of '../command.dart' is unnecessary because all of the used elements are also provided by the import of 'package:dartis/dartis.dart'.
lib/src/commands/stream.dart:9:8
╷
9 │ import '../command.dart';
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/commands/stream.dart
INFO: The import of '../exception.dart' is unnecessary because all of the used elements are also provided by the import of 'package:dartis/dartis.dart'.
lib/src/commands/stream.dart:10:8
╷
10 │ import '../exception.dart';
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/commands/stream.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
logging | ^0.11.4 | 0.11.4 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.11.4` on logging does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions logging
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Package does not opt in to null safety.
Package language version (indicated by the sdk constraint `>=2.0.0 <3.0.0`) is less than 2.12.
Consider migrating.
Analysed with Pana 0.21.27
, Dart 2.19.4
.