pure_ftp 0.7.5
pure_ftp: ^0.7.5 copied to clipboard
Simple and powerful FTP client for Dart. Allow you to connect to FTP server and perform basic operations. now supports all native platforms(Web in progress)
We analyzed this package 7 days ago, and awarded it 60 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.
0/10 points: 20% or more of the public API has dartdoc comments
33 out of 246 API elements (13.4 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: list_utils, list_utils.FirstWhereOrNull, list_utils.FirstWhereOrNull.firstWhereOrNull, pure_ftp, pure_ftp.ClientRawSocket.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
ERROR: The argument type 'ListType?' can't be assigned to the parameter type 'ListType'.
lib/src/file_system/ftp_file_system.dart:145:58
╷
145 │ DataParserUtils.parseListDirResponse(listData, listType, dir);
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/file_system/ftp_file_system.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
meta |
^1.15.0 |
1.19.0 | 1.19.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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:
ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/file_system/ftp_file_system.dart:145:58- The argument type 'ListType?' can't be assigned to the parameter type 'ListType'.
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.18, Dart 3.13.1.
Check the analysis log for details.