From 098cb1c6f282c29685c6f1328b19d2b01c0f66f4 Mon Sep 17 00:00:00 2001 From: Alexandre Roux Date: Thu, 24 Oct 2024 18:42:34 +0200 Subject: [PATCH] fix deps --- ftp_client_io/README.md | 2 +- ftp_io/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ftp_client_io/README.md b/ftp_client_io/README.md index 2b44318..efe62b5 100644 --- a/ftp_client_io/README.md +++ b/ftp_client_io/README.md @@ -11,5 +11,5 @@ In `pubspec.yaml`: git: url: https://github.com/tekartik/ftp.dart ref: dart3a - path: ftp_io + path: ftp_client_io ``` \ No newline at end of file diff --git a/ftp_io/pubspec.yaml b/ftp_io/pubspec.yaml index 14ce5a4..16e1f62 100644 --- a/ftp_io/pubspec.yaml +++ b/ftp_io/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: git: url: https://github.com/tekartik/ftp.dart ref: dart3a - path: ftp_io + path: ftp_client_io tekartik_ftp_server_io: git: url: https://github.com/tekartik/ftp.dart