ftpconnect 1.0.1 copy "ftpconnect: ^1.0.1" to clipboard
ftpconnect: ^1.0.1 copied to clipboard

Flutter simple and robust dart FTP Connect Library to interact with FTP Servers with possibility of zip and unzip files.

122
likes
130/ 160
pub points
94%
popularity

We analyzed this package 4 days ago, and awarded it 130 pub points (of a possible 160):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Repository URL doesn't exist.

At the time of the analysis https://github.com/salim-lachdhaf/ftpConnect was unreachable. Make sure that the website is reachable via HEAD requests.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: ftpconnect,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Failed to run remote show origin.

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

27 out of 56 API elements (48.2 %) have documentation comments.

Some symbols that are missing documentation: ftpconnect, ftpconnect.FTPConnect, ftpconnect.FTPDebugLogger, ftpconnect.FTPDebugLogger.FTPDebugLogger, ftpconnect.FTPDebugLogger.log.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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.dart that imports:
  • package:ftpconnect/src/ftpclient_base.dart that imports:
  • package:ftpconnect/src/ftpSocket.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

Found 35 issues. Showing the first 2:

INFO: The import of 'package:ftpconnect/src/dto/FTPEntry.dart' is unnecessary because all of the used elements are also provided by the import of 'package:ftpconnect/ftpconnect.dart'.

lib/src/commands/directory.dart:6:8

  ╷
6 │ import 'package:ftpconnect/src/dto/FTPEntry.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/commands/directory.dart

INFO: The import of '../ftpExceptions.dart' is unnecessary because all of the used elements are also provided by the import of 'package:ftpconnect/ftpconnect.dart'.

lib/src/commands/directory.dart:10:8

   ╷
10 │ import '../ftpExceptions.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/commands/directory.dart

failed
Support up-to-date dependencies
30 / 40trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
archive ^3.1.8 3.6.1 3.6.1
intl ^0.17.0 0.17.0 0.19.0
path ^1.8.1 1.9.0 1.9.0
Transitive dependencies
Package Constraint Compatible Latest
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
typed_data - 1.3.2 1.3.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.17.0` on intl does not support the stable version `0.18.0`.

Try running dart pub upgrade --major-versions intl 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.5, Dart 3.4.1.

Check the analysis log for details.

122
likes
130
pub points
94%
popularity

Publisher

verified publishersalimdev.ovh

Flutter simple and robust dart FTP Connect Library to interact with FTP Servers with possibility of zip and unzip files.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

archive, intl, path

More

Packages that depend on ftpconnect