feat(useragent): added connection info setup screen

This commit is contained in:
hdbg
2026-03-15 14:51:39 +01:00
parent 16d5b9a233
commit ec0e8a980c
25 changed files with 800 additions and 2441 deletions

View File

@@ -1,6 +1,3 @@
import 'package:flutter/services.dart';
enum KeyAlgorithm {
rsa, ecdsa, ed25519
}
@@ -16,4 +13,4 @@ abstract class KeyHandle {
abstract class KeyManager {
Future<KeyHandle?> get();
Future<KeyHandle> create();
}
}