merge branches
This commit is contained in:
@@ -15,7 +15,8 @@ class AssetsManager {
|
||||
static const userIcon = 'assets/svgs/user_icon.svg';
|
||||
static const passwordIcon = 'assets/svgs/password_icon.svg';
|
||||
static const passwordVisibility = 'assets/svgs/password_visibility.svg';
|
||||
static const passwordVisibilityOff = 'assets/svgs/password_visibility_off.svg';
|
||||
static const passwordVisibilityOff =
|
||||
'assets/svgs/password_visibility_off.svg';
|
||||
|
||||
// tenders page
|
||||
static const tenderLogo = 'assets/icons/tenderLogo.png';
|
||||
@@ -44,4 +45,8 @@ class AssetsManager {
|
||||
static const tickCircle = 'assets/icons/tick-circle.svg';
|
||||
static const arrowLeft = 'assets/svgs/arrow_left.svg';
|
||||
static const export = 'assets/svgs/export.svg';
|
||||
|
||||
//profile page
|
||||
static const sun = 'assets/icons/sun.svg';
|
||||
static const moon = 'assets/icons/moon.svg';
|
||||
}
|
||||
|
||||
@@ -47,6 +47,8 @@ class AppStrings {
|
||||
|
||||
//profile
|
||||
static const String profile = 'Profile';
|
||||
static const String settings = 'Settings';
|
||||
static const String appTheme = 'App Theme';
|
||||
|
||||
//your tenders
|
||||
static const String yourTendersTitle = 'Your tenders';
|
||||
|
||||
Reference in New Issue
Block a user