146 lines
6.0 KiB
Dart
146 lines
6.0 KiB
Dart
class AppImages {
|
|
//Splash
|
|
static const String splashBg =
|
|
"assets/images/welcome_screen/svg/Splash_BG.svg";
|
|
static const String splashLogo =
|
|
"assets/images/welcome_screen/svg/Tanami_Capital_Splash_Logo.svg";
|
|
|
|
//Welcome
|
|
static const String welcomeLogo =
|
|
"assets/images/welcome_screen/svg/Tanami_Capital_Logo.svg";
|
|
static const String firstWelcome =
|
|
"assets/images/welcome_screen/png/First_Onboarding.png";
|
|
static const String secondWelcome =
|
|
"assets/images/welcome_screen/png/Second_Onboarding.png";
|
|
static const String thirdWelcome =
|
|
"assets/images/welcome_screen/png/Third_Onboarding.png";
|
|
|
|
//Auth
|
|
static const String forwardArrow =
|
|
"assets/images/auth_screen/svg/right_arrow.svg";
|
|
static const String hidePassword =
|
|
"assets/images/auth_screen/svg/hide_password.svg";
|
|
static const String showPassword =
|
|
"assets/images/auth_screen/svg/show_password.svg";
|
|
static const String step1Image =
|
|
"assets/images/auth_screen/svg/first_step.svg";
|
|
static const String step2Image =
|
|
"assets/images/auth_screen/svg/second_step.svg";
|
|
static const String step3Image =
|
|
"assets/images/auth_screen/svg/third_step.svg";
|
|
static const String stage1Image =
|
|
"assets/images/auth_screen/png/stage_one.png";
|
|
static const String stage2Image =
|
|
"assets/images/auth_screen/png/stage_two.png";
|
|
|
|
//Country Flag
|
|
static const String bahrainFlag =
|
|
"assets/images/country_flag/png/bahrain_flag.png";
|
|
static const String kuwaitFlag =
|
|
"assets/images/country_flag/png/kuwait_flag.png";
|
|
static const String omanFlag = "assets/images/country_flag/png/oman_flag.png";
|
|
static const String qatarFlag =
|
|
"assets/images/country_flag/png/qatar_flag.png";
|
|
static const String saudiArabiaflag =
|
|
"assets/images/country_flag/png/saudi_arabia_flag.png";
|
|
static const String unitedArabEmiratesFlag =
|
|
"assets/images/country_flag/png/uae_flag.png";
|
|
|
|
//Biometric Screen
|
|
static const String biometricBg =
|
|
"assets/images/biometric_screen/svg/biometric_bg.svg";
|
|
static const String biometricFingerprint =
|
|
"assets/images/biometric_screen/png/biometric_fingerprint.png";
|
|
static const String biometricFace =
|
|
"assets/images/biometric_screen/png/biomertric_face.png";
|
|
|
|
//Dialog
|
|
static const String exitAppIcon = "assets/images/dialog/svg/exit_icon.svg";
|
|
|
|
//Portfolio
|
|
static const String portfolioBg = 'assets/images/portfolio_screen/bg.png';
|
|
static const String portfolioClock =
|
|
'assets/images/portfolio_screen/clock.png';
|
|
static const String portfolioClockOff =
|
|
'assets/images/portfolio_screen/clock_off.png';
|
|
static const String documentIcon =
|
|
'assets/images/portfolio_screen/document.png';
|
|
static const String donwloadIcon =
|
|
'assets/images/portfolio_screen/download.png';
|
|
static const String portfolioCardBg =
|
|
'assets/images/portfolio_screen/card_bg.png';
|
|
|
|
//Academy
|
|
static const String academyCardOverlay =
|
|
'assets/images/academy_screen/dark_overlay.png';
|
|
static const String videoIcon = 'assets/images/academy_screen/video.png';
|
|
static const String videoPlayIcon =
|
|
'assets/images/academy_screen/play_arrow.png';
|
|
|
|
//Settings
|
|
static const String upgradeIcon =
|
|
'assets/images/settings_screen/svg/upgrade_icon.svg';
|
|
static const String faqIcon =
|
|
'assets/images/settings_screen/svg/faq_icon.svg';
|
|
static const String languageIcon =
|
|
'assets/images/settings_screen/svg/language_icon.svg';
|
|
static const String privacyIcon =
|
|
'assets/images/settings_screen/svg/privacy_icon.svg';
|
|
static const String resetPasswordIcon =
|
|
'assets/images/settings_screen/svg/reset_password_icon.svg';
|
|
static const String resetPinIcon =
|
|
'assets/images/settings_screen/svg/reset_pin_icon.svg';
|
|
static const String contactIcon =
|
|
'assets/images/settings_screen/svg/contact_icon.svg';
|
|
|
|
//Contact
|
|
static const String byPhoneIcon =
|
|
'assets/images/contact_admin_screen/svg/phone_icon.svg';
|
|
static const String byMailIcon =
|
|
'assets/images/contact_admin_screen/svg/mail_icon.svg';
|
|
|
|
//Language
|
|
static const String infoIcon =
|
|
'assets/images/language_screen/png/info_icon.png';
|
|
static const String orangenInfoIcon =
|
|
'assets/images/language_screen/png/orange_info.png';
|
|
|
|
//Invest
|
|
static const String investIcon =
|
|
'assets/images/invest_screen/svg/shield_done.svg';
|
|
static const String scannerIcon =
|
|
'assets/images/invest_screen/svg/scanner.svg';
|
|
static const String ticketIcon = 'assets/images/invest_screen/svg/ticket.svg';
|
|
static const String walletIcon = 'assets/images/invest_screen/svg/wallet.svg';
|
|
static const String timeSquareIcon =
|
|
'assets/images/invest_screen/svg/time_square.svg';
|
|
static const String applePayIcon =
|
|
'assets/images/invest_screen/svg/apple_pay.svg';
|
|
|
|
//No Internet
|
|
static const String noInternetImage =
|
|
'assets/images/no_internet/png/no_internet.png';
|
|
|
|
//Wallet
|
|
static const String walletBg = 'assets/images/wallet_screen/bg.png';
|
|
static const String depositIcon = 'assets/images/wallet_screen/deposit.png';
|
|
static const String withdrawIcon = 'assets/images/wallet_screen/withdraw.png';
|
|
static const String walletSearchIcon =
|
|
'assets/images/wallet_screen/search.png';
|
|
static const String walletFilterIcon =
|
|
'assets/images/wallet_screen/filter.png';
|
|
static const String depositListIcon =
|
|
'assets/images/wallet_screen/deposit_list.png';
|
|
static const String withdrawalListIcon =
|
|
'assets/images/wallet_screen/withdraw_list.png';
|
|
static const String investmentListIcon =
|
|
'assets/images/wallet_screen/invest_list.png';
|
|
static const String yieldListIcon =
|
|
'assets/images/wallet_screen/yield_list.png';
|
|
static const String refundListIcon =
|
|
'assets/images/wallet_screen/refund_list.png';
|
|
static const String dStep1Icon = 'assets/images/wallet_screen/d_step_1.svg';
|
|
static const String dStep2Icon = 'assets/images/wallet_screen/d_step_2.svg';
|
|
static const String dStep3Icon = 'assets/images/wallet_screen/d_step_3.svg';
|
|
}
|