dev #1

Merged
aefril merged 128 commits from dev into main 2025-08-13 17:19:48 +00:00
Showing only changes of commit a1f3fbe854 - Show all commits

View File

@ -32,6 +32,8 @@ class DetailProductDialog extends StatelessWidget {
? product.image!
: '${Variables.baseUrl}/${product.image}',
fit: BoxFit.cover,
width: 120,
height: 120,
errorWidget: (context, url, error) => Container(
width: 120,
height: 120,