🗃️ Local keypair db

This commit is contained in:
2025-03-03 21:31:41 +08:00
parent 4f47cd2c0c
commit 56711889ab
15 changed files with 1757 additions and 43 deletions

View File

@ -138,6 +138,7 @@ class _ProfileEditScreenState extends State<ProfileEditScreen> {
rawBytes = await image.readAsBytes();
}
if (!mounted) return;
final attach = context.read<SnAttachmentProvider>();
try {