dartssh 1.0.3+3
dartssh: ^1.0.3+3 copied to clipboard
Library providing a pure Dart SSH implementation with tunneling.
9
likes
70
/ 110
pub points
66
%
popularity
We analyzed this package on Jan 26, 2021, and awarded it 70 pub points (of a possible 110):
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: Package has an example
- Found example at:
example/dartssh.dart
10/10 points: 20% or more of the public API has dartdoc comments
- 459 out of 1462 API elements (31.4 %) have documentation comments.
0/20 points: Supports 0 of 2 possible platforms (native, js)
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
INFO: 'List' is deprecated and shouldn't be used.
lib/agent.dart:120:44
╷
120 │ List<MapEntry<Uint8List, String>> keys = List<MapEntry<Uint8List, String>>();
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/agent.dart
INFO: 'List' is deprecated and shouldn't be used.
lib/client.dart:408:46
╷
408 │ writeCipher(MSG_USERAUTH_INFO_RESPONSE(List<Uint8List>()));
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/client.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
asn1lib | ^0.5.11 | 0.5.15 | 0.8.1 |
convert | ^2.1.1 | 2.1.1 | 2.1.1 |
http | ^0.12.0+2 | 0.12.2 | 0.12.2 |
meta | ^1.1.6 | 1.2.4 | 1.2.4 |
pedantic | ^1.8.0 | 1.9.2 | 1.9.2 |
pointycastle | ^1.0.1 | 1.0.2 | 2.0.1 |
tweetnacl | ^0.3.2 | 0.3.2 | 0.3.2 |
validators | ^2.0.0+1 | 2.0.0+1 | 2.0.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
charcode | - | 1.1.3 | 1.1.3 |
collection | - | 1.14.13 | 1.14.13 |
fixnum | - | 0.10.11 | 0.10.11 |
http_parser | - | 3.1.4 | 3.1.4 |
path | - | 1.7.0 | 1.7.0 |
source_span | - | 1.7.0 | 1.7.0 |
string_scanner | - | 1.0.5 | 1.0.5 |
term_glyph | - | 1.1.0 | 1.1.0 |
typed_data | - | 1.2.0 | 1.2.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.5.11` on asn1lib does not support the latest published version `0.8.1`
pubspec.yaml:11:12
╷
11 │ asn1lib: ^0.5.11
│ ^^^^^^^
╵
The constraint `^1.0.1` on pointycastle does not support the latest published version `2.0.1`
pubspec.yaml:16:17
╷
16 │ pointycastle: ^1.0.1
│ ^^^^^^
╵