File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 11name : ftpconnect
22description : 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
55homepage : https://github.com/salim-lachdhaf
66git : https://github.com/salim-lachdhaf/dartFTP
@@ -10,9 +10,9 @@ environment:
1010 sdk : ' >=3.0.0 <4.0.0'
1111
1212dependencies :
13- path : ^1.9.0
14- intl : ^0.19.0
13+ path : ^1.9.1
14+ intl : ^0.20.2
1515
1616dev_dependencies :
17- test : ^1.25.2
18- coverage : ^1.7.2
17+ test : ^1.26.3
18+ coverage : ^1.15.0
You can’t perform that action at this time.
0 commit comments