badge percentage support
This commit is contained in:
@@ -224,6 +224,7 @@ class _LegCardState extends State<LegCard> {
|
||||
);
|
||||
if (confirmed != true) return;
|
||||
|
||||
if (!context.mounted) return;
|
||||
final data = context.read<DataService>();
|
||||
final messenger = ScaffoldMessenger.of(context);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user