Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-03 12:05:47 +02:00
parent 4559db620d
commit 6bb65e8296
13 changed files with 832 additions and 815 deletions

View File

@@ -191,7 +191,7 @@ class _StoreCardState extends State<StoreCard> {
(p) => p.id == provider.id,
);
return CheckboxListTile(
title: Text(provider.nome),
title: Text(provider.name),
value: isAssociated,
onChanged: (selected) {
if (selected == true) {