del file_manager pub;add send files

This commit is contained in:
csf
2022-03-09 22:43:05 +08:00
parent e2b672feb9
commit b9b8513423
5 changed files with 208 additions and 552 deletions

View File

@@ -54,11 +54,12 @@ class _ConnectionPageState extends State<ConnectionPage> {
getSearchBarUI(),
Container(height: 12),
getPeers(),
// ElevatedButton(
// onPressed: () {
// toggleChatOverlay();
// },
// child: Text("Chat Debug"))
ElevatedButton(
onPressed: () {
final res = FFI.getByName("read_dir");
debugPrint("read_dir : $res");
},
child: Text("Local File Debug"))
]),
);
}