Add rawName property

Co-authored-by: Rohit Sangwan <rohitsangwan647@gmail.com>
This commit is contained in:
Foti Dim
2024-10-08 17:58:29 +02:00
parent e4b6bd74ba
commit 4e225b756c
4 changed files with 12 additions and 4 deletions
@@ -14,7 +14,7 @@ class ScannedItemWidget extends StatelessWidget {
if (rawManufacturerData.isNotEmpty) {
manufacturerData = rawManufacturerData.first;
}
if (name == null || name.isEmpty) name = 'NA';
if (name == null || name.isEmpty) name = 'N/A';
return Padding(
padding: const EdgeInsets.symmetric(horizontal: 8.0),
child: Card(