feat: add list file search listener

This commit is contained in:
Kingtous
2022-12-13 12:55:41 +08:00
parent ac14e462f6
commit 7a938ace02
3 changed files with 295 additions and 121 deletions

View File

@@ -213,7 +213,7 @@ class FileModel extends ChangeNotifier {
}
receiveFileDir(Map<String, dynamic> evt) {
debugPrint("recv file dir:$evt");
// debugPrint("recv file dir:$evt");
if (evt['is_local'] == "false") {
// init remote home, the connection will automatic read remote home when established,
try {