fix: clear price after send

This commit is contained in:
alzalia1 2025-08-15 14:59:03 +02:00
parent bee5e05296
commit b54b825dad

View file

@ -172,6 +172,7 @@ class _SellPageState extends State<SellPage> {
behavior: SnackBarBehavior.floating,
),
);
price.clear();
return;
},
icon: Icon(Icons.check),