Stickers

This commit is contained in:
2025-02-23 14:23:06 +08:00
parent 537f404fe0
commit 81a79f9476
6 changed files with 164 additions and 4 deletions

View File

@ -158,6 +158,14 @@ class _StickerCreateDialogState extends State<_StickerCreateDialog> {
bool _isBusy = false;
@override
void dispose() {
_nameController.dispose();
_aliasController.dispose();
_attachmentController.dispose();
super.dispose();
}
Future<void> _createSticker() async {
if (_nameController.text.isEmpty ||
_aliasController.text.isEmpty ||