Skip to content

Commit 3a9c11e

Browse files
author
Salim Lachdhaf
committed
update dependencies
fix lint
1 parent a30c841 commit 3a9c11e

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ linter:
3939
# - one_member_abstracts
4040
# - only_throw_errors
4141
# - overridden_fields
42-
- package_api_docs
4342
- package_names
4443
- package_prefixed_library_names
4544
- prefer_is_not_empty

lib/src/ftp_socket.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ class FTPSocket {
196196
// Set to BINARY mode
197197
await sendCommand('TYPE I');
198198
break;
199-
default:
200-
break;
201199
}
202200
_transferType = pTransferType;
203201
}

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ftpconnect
22
description: Simple and robust dart FTP Connect Library to interact with FTP Servers.
3-
version: 2.0.7
3+
version: 2.0.8
44
#author: Salim Lachdhaf
55
homepage: https://github.com/salim-lachdhaf
66
git: https://github.com/salim-lachdhaf/dartFTP
@@ -10,9 +10,9 @@ environment:
1010
sdk: '>=3.0.0 <4.0.0'
1111

1212
dependencies:
13-
path: ^1.9.0
14-
intl: ^0.19.0
13+
path: ^1.9.1
14+
intl: ^0.20.2
1515

1616
dev_dependencies:
17-
test: ^1.25.2
18-
coverage: ^1.7.2
17+
test: ^1.26.3
18+
coverage: ^1.15.0

0 commit comments

Comments
 (0)