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
@@ -145,7 +145,7 @@ class TenderCard extends StatelessWidget {
),
overflow: TextOverflow.ellipsis,
),
Spacer(),
const Spacer(),
// Bottom section with location and action button
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
@@ -171,14 +171,14 @@ class TenderCard extends StatelessWidget {
SizedBox(width: 8.0.w()),
tender.countryCode != null
? Flag(countryCode: tender.countryCode!)
: Flag(countryCode: ''),
: const Flag(countryCode: ''),
],
),
),
// Self Control button
status == TenderApprovalStatus.rejected.value
? SizedBox.shrink()
? const SizedBox.shrink()
: Container(
padding: EdgeInsets.symmetric(
horizontal: 16.0.w(),