check and fix in ui
This commit is contained in:
@@ -3,6 +3,11 @@ class AssetsManager {
|
||||
|
||||
//bottom navigation
|
||||
static const homeActive = 'assets/icons/home_active.svg';
|
||||
static const home = 'assets/icons/home.svg';
|
||||
static const tenders = 'assets/icons/task_square.svg';
|
||||
static const tendersActive = 'assets/icons/task-square_active.svg';
|
||||
static const profile = 'assets/icons/profile-circle.svg';
|
||||
static const profileActive = 'assets/icons/profile-circle_active.svg';
|
||||
|
||||
// login page
|
||||
static const logo = 'assets/pngs/logo.png';
|
||||
@@ -30,6 +35,9 @@ class AssetsManager {
|
||||
static const shield = 'assets/icons/shield.svg';
|
||||
static const edit = 'assets/icons/edit.svg';
|
||||
static const arrowRight = 'assets/icons/arrow-right.svg';
|
||||
static const notification = 'assets/icons/notification.svg';
|
||||
static const calendar = 'assets/icons/calendar.svg';
|
||||
static const menu = 'assets/icons/menu.svg';
|
||||
|
||||
//your tenders page
|
||||
static const tickCircle = 'assets/icons/tick-circle.svg';
|
||||
|
||||
@@ -32,6 +32,7 @@ class AppStrings {
|
||||
static const String tenderValue = 'Tender Value';
|
||||
static const String thunderStatus = 'Thunder status';
|
||||
static const String yourTenders = 'Your tenders';
|
||||
static const String welcome = 'Welcome';
|
||||
|
||||
//Tenders
|
||||
static const String tendersTitle = 'Tenders';
|
||||
|
||||
Reference in New Issue
Block a user