You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
uco-mobile-poc/lib/app/core/constants/app_assets.dart

142 lines
9.2 KiB
Dart

class AppAssets {
static const String ORGANIZATION = "uco";
/// Logos
static const lg_uco_logo_white = "assets/$ORGANIZATION/logo/lg_uco_logo_white.svg";
static const lg_logo_black = "assets/$ORGANIZATION/logo/lg_logo_black.svg";
static const lg_mfsys = "assets/$ORGANIZATION/logo/lg_mfsys.png";
static const lg_bank = "assets/$ORGANIZATION/logo/lg_bank.png";
static const uc_logo = "assets/$ORGANIZATION/logo/uc_logo.png";
static const ic_dashboard_logo = "assets/$ORGANIZATION/logo/ic_dashboard_logo.svg";
static const lg_back_arrow = "assets/$ORGANIZATION/logo/lg_back_arrow.svg";
static const u_receive = "assets/$ORGANIZATION/logo/u_receive.svg";
static const u_send = "assets/$ORGANIZATION/logo/u_send.svg";
static const u_shop = "assets/$ORGANIZATION/logo/u_shop.svg";
static const ic_launcher = "assets/$ORGANIZATION/logo/ic_launcher.png";
/// Images
static const img_slider = "assets/$ORGANIZATION/images/img_slider.svg";
static const img_global = "assets/${ORGANIZATION}/images/img_global.svg";
static const img_qr = "assets/${ORGANIZATION}/images/im_qr.svg";
///Icons ic_desposit_account_arrow
static const ic_pakistan = "assets/${ORGANIZATION}/icons/ic_pakistan.png";
static const ic_arrow_down = "assets/${ORGANIZATION}/icons/ic_arrow_down.svg";
static const ic_client = "assets/$ORGANIZATION/icons/ic_client.png";
static const ic_contact_us = "assets/$ORGANIZATION/icons/ic_contact_us.png";
static const ic_cyber_security = "assets/$ORGANIZATION/icons/ic_cyber_security.svg";
static const ic_security = "assets/$ORGANIZATION/icons/ic_security.png";
static const ic_QR = "assets/$ORGANIZATION/icons/ic_QR.png";
static const ic_cross = "assets/$ORGANIZATION/icons/ic_cross.svg";
static const ic_email = "assets/$ORGANIZATION/icons/ic_email.svg";
static const ic_phone = "assets/$ORGANIZATION/icons/ic_phone.svg";
static const ic_clock_circle = "assets/$ORGANIZATION/icons/ic_clock_circle.svg";
static const ic_success_tick = "assets/$ORGANIZATION/icons/ic_success_tick.svg";
static const ic_cheque_management = "assets/$ORGANIZATION/icons/ic_cheque_management.svg";
static const ic_activity = "assets/$ORGANIZATION/icons/ic_activity.svg";
static const ic_close = "assets/$ORGANIZATION/icons/ic_close.svg";
// static const ic_customer_service = "assets/$ORGANIZATION/icons/ic_customer_service.svg";
static const ic_location = "assets/$ORGANIZATION/icons/ic_location.svg";
static const ic_logout = "assets/$ORGANIZATION/icons/ic_logout.svg";
static const ic_management = "assets/$ORGANIZATION/icons/ic_management.svg";
static const ic_money_management = "assets/$ORGANIZATION/icons/ic_money_management.svg";
static const ic_night_mode = "assets/$ORGANIZATION/icons/ic_night_mode.svg";
static const ic_setting = "assets/$ORGANIZATION/icons/ic_setting.svg";
static const ic_social_network = "assets/$ORGANIZATION/icons/ic_social_network.svg";
static const ic_u_send = "assets/$ORGANIZATION/icons/ic_u_send.svg";
static const ic_user = "assets/$ORGANIZATION/icons/ic_user.svg";
static const ic_white_color_user = "assets/$ORGANIZATION/icons/ic_white_color_user.svg";
static const ic_person = "assets/$ORGANIZATION/icons/ic_user.svg";
static const ic_accounts = "assets/$ORGANIZATION/icons/ic_accounts.svg";
static const ic_cash_bottombar = "assets/$ORGANIZATION/icons/ic_cash_bottombar.svg";
static const ic_shoping = "assets/$ORGANIZATION/icons/ic_shoping.svg";
static const ic_money_send = "assets/$ORGANIZATION/icons/ic_money_send.svg";
static const lg_dialog_logo = "assets/$ORGANIZATION/logo/lg_dialog_logo.svg";
static const sending_icon = "assets/$ORGANIZATION/icons/sending_icon.svg";
static const ic_snding_money = "assets/$ORGANIZATION/icons/ic_snding_money.svg";
static const ic_u_cash = "assets/$ORGANIZATION/icons/ic_u_cash.svg";
static const ic_u_recive = "assets/$ORGANIZATION/icons/ic_u_recive.svg";
static const ic_u_shop = "assets/$ORGANIZATION/icons/ic_u_shop.svg";
static const img_round_dashboard_card = "assets/$ORGANIZATION/images/img_round_dashboard_card.svg";
static const img_debet = "assets/$ORGANIZATION/images/img_debet.svg";
static const ic_camera = "assets/$ORGANIZATION/icons/ic_camera.svg";
static const ic_next = "assets/$ORGANIZATION/icons/ic_next.svg";
static const ic_feature_icon = "assets/$ORGANIZATION/icons/ic_feature_icon.svg";
static const ic_country_flag = "assets/$ORGANIZATION/icons/ic_country_flag.svg";
static const ic_desposit_account_arrow = "assets/$ORGANIZATION/icons/ic_desposit_account_arrow.svg";
static const ic_saving_account = "assets/$ORGANIZATION/icons/ic_saving_account.svg";
static const ic_back_arrow_appbar = "assets/$ORGANIZATION/icons/ic_back_arrow_appbar.svg";
static const kprogresshud_spinner = "assets/uco/icons/ic_kprogresshud_spinner.png";
static const ic_electricity = "assets/${ORGANIZATION}/icons/ic_electricity.png";
static const ic_gas = "assets/${ORGANIZATION}/icons/ic_gas.png";
static const ic_internet = "assets/${ORGANIZATION}/icons/ic_internet.png";
static const ic_ptcl = "assets/${ORGANIZATION}/icons/ic_ptcl.svg";
static const ic_water = "assets/${ORGANIZATION}/icons/ic_water.png";
static const ic_card = "assets/${ORGANIZATION}/icons/ic_card.svg";
static const ic_government = "assets/${ORGANIZATION}/icons/ic_government.png";
static const ic_multan = "assets/${ORGANIZATION}/icons/ic_multan.png";
static const ic_khan = "assets/${ORGANIZATION}/icons/ic_khan.png";
static const ic_ke = "assets/${ORGANIZATION}/icons/ic_ke.png";
static const ic_kc = "assets/${ORGANIZATION}/icons/ic_kc.png";
static const ic_removeImage = "assets/${ORGANIZATION}/icons/ic_removeImage.svg";
static const ic_check_status = "assets/${ORGANIZATION}/icons/ic_check_status.svg";
static const ic_cheque_deposit = "assets/${ORGANIZATION}/icons/ic_cheque_deposit.svg";
static const ic_activation = "assets/${ORGANIZATION}/icons/ic_activation.svg";
static const ic_request = "assets/${ORGANIZATION}/icons/ic_request.svg";
static const ic_cheque = "assets/${ORGANIZATION}/icons/ic_cheque.svg";
static const ic_download = "assets/${ORGANIZATION}/icons/ic_download.svg";
static const ic_share = "assets/${ORGANIZATION}/icons/ic_share.svg";
static const arrow = "assets/$ORGANIZATION/icons/arrow.svg";
static const ic_manage_account = "assets/$ORGANIZATION/icons/ic_manage_account.svg";
static const bankDetails = "assets/$ORGANIZATION/icons/bankDetails.svg";
static const changePassoword = "assets/$ORGANIZATION/icons/changePassoword.svg";
static const inviteFriendsUco = "assets/$ORGANIZATION/icons/inviteFriendsUco.svg";
static const personalDetails = "assets/$ORGANIZATION/icons/personal_details.svg";
static const ic_sort = "assets/$ORGANIZATION/icons/ic_sort.png";
static const ic_featured = "assets/$ORGANIZATION/icons/ic_featured.svg";
static const ic_congratulations = "assets/$ORGANIZATION/icons/ic_congratulations.svg";
static const ic_correct_icon = "assets/$ORGANIZATION/icons/ic_correct_icon.svg";
static const ic_arrow = "assets/$ORGANIZATION/icons/ic_arrow.svg";
static const icCloseDash = "assets/$ORGANIZATION/icons/_ic_close_dashboard.svg";
static String use_flag = "assets/$ORGANIZATION/icons/use_flag.png";
static String euro_flag = "assets/$ORGANIZATION/icons/euro_flag.png";
static String gbp_flag = "assets/$ORGANIZATION/icons/gbp_flag.png";
static String aud_flag = "assets/$ORGANIZATION/icons/aud_flag.png";
static String ind_flag = "assets/$ORGANIZATION/icons/ind_flag.png";
static String drop_down_ic = "assets/uco/icons/drop_down_ic.png";
static const ic_debit_card = "assets/$ORGANIZATION/icons/ic_debit_card.svg";
static const ic_bank = "assets/$ORGANIZATION/icons/ic_bank.svg";
static const ic_general_ledger = "assets/$ORGANIZATION/icons/ic_general_ledger.svg";
static const ic_home_icon = "assets/$ORGANIZATION/icons/ic_home_icon.svg";
static const ic_tick_option = "assets/$ORGANIZATION/icons/ic_tick_option.svg";
static const ic_cross_option = "assets/$ORGANIZATION/icons/ic_cross_option.svg";
static var ic_sui_gas = "assets/$ORGANIZATION/icons/suigas.svg";
static var ic_filter_statement = "assets/$ORGANIZATION/icons/ic_filter_statement.svg";
static var ic_u_receive_menu = "assets/$ORGANIZATION/icons/ic_u_receive_menu.svg";
static var ic_cross_white = "assets/$ORGANIZATION/icons/ic_cross_white.svg";
static var ic_sub_accounts = "assets/$ORGANIZATION/icons/ic_sub_accounts.svg";
static var sending_icon_icon = "assets/$ORGANIZATION/icons/sending_icon_icon.svg";
static var bankAccountDetails = "assets/$ORGANIZATION/icons/bankAccountDetails.svg";
static var ic_language = "assets/$ORGANIZATION/icons/ic_language.svg";
static var ic_daily_transaction = "assets/$ORGANIZATION/icons/ic_daily_transaction.svg";
static var ic_customer_service = "assets/$ORGANIZATION/icons/ic_customer_service.svg";
static var ic_bill = "assets/$ORGANIZATION/icons/ic_bill.svg";
static var ic_arrow_down_icon = "assets/$ORGANIZATION/icons/ic_arrow_down_icon.png";
static var ic_select_contact = "assets/$ORGANIZATION/icons/ic_select_contact.svg";
static var ic_bank_transfer = "assets/$ORGANIZATION/icons/ic_bank_transfer.svg";
static var ic_add_new_Account = "assets/$ORGANIZATION/icons/ic_add_new_Account.png";
static var ic_warning = "assets/$ORGANIZATION/icons/ic_warning.png";
}