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
@@ -242,7 +242,7 @@ class _LikedTendersMobilePageState extends State<LikedTendersMobilePage> {
child: SizedBox(
width: 24.0.w(),
height: 24.0.h(),
child: CircularProgressIndicator(
child: const CircularProgressIndicator(
color: AppColors.secondary50,
strokeWidth: 2,
),
@@ -29,7 +29,7 @@ class _LikedTendersScreenState extends State<LikedTendersScreen> {
@override
Widget build(BuildContext context) {
SizeConfig.init(context);
return ResponsiveBuilder(
return const ResponsiveBuilder(
mobile: LikedTendersMobilePage(),
tablet: LikedTendersTabletPage(),
desktop: LikedTendersDesktopPage(),
@@ -147,7 +147,7 @@ class _LikedTendersTabletPageState extends State<LikedTendersTabletPage> {
),
),
//tabletAppBar(title: LikedTendersStrings.likedTenders, key: key),
drawer: TabletNavigationWidget(currentIndex: 1),
drawer: const TabletNavigationWidget(currentIndex: 1),
body: Center(
child: SizedBox(
width: 720,
@@ -151,7 +151,7 @@ class LikedListItem extends StatelessWidget {
),
),
),
Spacer(),
const Spacer(),
Row(
children: [
@@ -168,8 +168,8 @@ class LikedListItem extends StatelessWidget {
SizedBox(width: 8.0.w()),
tender.countryCode != null
? Flag(countryCode: tender.countryCode!)
: Flag(countryCode: ''),
Spacer(),
: const Flag(countryCode: ''),
const Spacer(),
InkWell(
onTap: () {
viewModel.rejectTenderApproval(