ftpconnect 3.0.0
ftpconnect: ^3.0.0 copied to clipboard
Simple and robust dart FTP Connect Library to interact with FTP Servers.
We analyzed this package 12 hours ago, and awarded it 160 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
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
85 out of 124 API elements (68.5 %) have documentation comments.
Some symbols that are missing documentation: ftpconnect, ftpconnect.CommandListTypeEnum, ftpconnect.CommandListTypeEnum.describeEnum, ftpconnect.FTPConnect, ftpconnect.FTPConnect.listCommand.
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:ftpconnect/ftpconnect.dartthat imports:package:ftpconnect/src/sftp/sftp_connect.dartthat imports:package:ftpconnect/src/common/file_transfer_client.dartthat imports:package:ftpconnect/src/common/ftp_entry.dartthat imports:package:dartssh2/dartssh2.dartthat imports:package:dartssh2/src/http/http_client.dartthat imports:package:dartssh2/src/ssh_client.dartthat imports:package:dartssh2/src/sftp/sftp_client.dartthat imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dartssh2 |
^3.3.1 |
3.3.1 | 4.1.0 | |
intl |
^0.20.3 |
0.20.3 | 0.20.3 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
asn1lib |
- | 1.6.5 | 1.6.5 | |
clock |
- | 1.1.3 | 1.1.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
meta |
- | 1.19.0 | 1.19.0 | |
pinenacl |
- | 0.6.0 | 0.6.0 | |
pointycastle |
- | 4.0.0 | 4.0.0 | |
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 `^3.3.1` on dartssh2 does not support the stable version `4.0.0`, that was published 13 days ago.
When dartssh2 is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions dartssh2 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.23.19, Dart 3.13.1.
Check the analysis log for details.