cleared console problems

This commit is contained in:
amirrezaghabeli
2025-09-16 08:36:03 +03:30
parent b6a3598cbf
commit c421f85c95
67 changed files with 236 additions and 196 deletions
+2 -2
View File
@@ -75,7 +75,7 @@ class TenderCard extends StatelessWidget {
],
),
),
Spacer(),
const Spacer(),
// Bottom section with progress and actions
Padding(
padding: EdgeInsets.all(16.0.w()),
@@ -254,7 +254,7 @@ class TenderCard extends StatelessWidget {
// Country flag placeholder
tender.countryCode != null
? Flag(countryCode: tender.countryCode!)
: Flag(countryCode: ''),
: const Flag(countryCode: ''),
],
),
);