Added liked tenders desigm and data from api

This commit is contained in:
llsajjad
2025-09-02 16:56:42 +03:30
parent e1b4c1dae7
commit 79874c40b1
32 changed files with 2028 additions and 23 deletions
@@ -47,7 +47,7 @@ class _YourTendersTabletPageState extends State<YourTendersTabletPage>
key: key,
backgroundColor: AppColors.backgroundColor,
appBar: tabletAppBar(
title: YourTendersStrings.yourTendersTitle,
title: YourTendersStrings.yourTenders,
key: key,
),
drawer: TabletNavigationWidget(
@@ -2,7 +2,6 @@ class YourTendersStrings {
YourTendersStrings._();
static const String yourTenders = 'Your tenders';
static const String yourTendersTitle = 'Your tenders';
static const filter = 'Filter';
static const selectDateRange = 'Select date range';
static const status = 'Status';
@@ -20,7 +20,7 @@ class TabletDesktopAppbar extends StatelessWidget {
),
SizedBox(width: 8.0.w()),
Text(
YourTendersStrings.yourTendersTitle,
YourTendersStrings.yourTenders,
style: TextStyle(
fontSize: 20,
fontWeight: FontWeight.w600,