|
@@ -39,6 +39,14 @@ class Assets {
|
|
|
static const String baseServiceTitleBarFilterIcon = 'assets/base_service/title_bar_filter_icon.webp';
|
|
|
static const String baseServiceTriangleDropDown = 'assets/base_service/triangle_drop_down.webp';
|
|
|
static const String baseServiceTriangleDropDownIcon = 'assets/base_service/triangle_drop_down_icon.webp';
|
|
|
+ static const String communityCamera = 'assets/community/camera.webp';
|
|
|
+ static const String communityComments = 'assets/community/comments.webp';
|
|
|
+ static const String communityFollowAdd = 'assets/community/follow_add.webp';
|
|
|
+ static const String communityGarageSale = 'assets/community/garage_sale.webp';
|
|
|
+ static const String communityLike = 'assets/community/like.webp';
|
|
|
+ static const String communityLikeActive = 'assets/community/like_active.webp';
|
|
|
+ static const String communityNesFeed = 'assets/community/nes_feed.webp';
|
|
|
+ static const String communityShare = 'assets/community/share.webp';
|
|
|
static const String mainAccountDeactivationImg = 'assets/main/account_deactivation_img.webp';
|
|
|
static const String mainHomeBoticeBoardIcon = 'assets/main/home_botice_board_icon.webp';
|
|
|
static const String mainHomeCommunityIcon = 'assets/main/home_community_icon.webp';
|
|
@@ -65,18 +73,21 @@ class Assets {
|
|
|
static const String mainTabMeUnselected = 'assets/main/tab_me_unselected.webp';
|
|
|
static const String mainTabVisitorSelected = 'assets/main/tab_visitor_selected.webp';
|
|
|
static const String mainTabVisitorUnselected = 'assets/main/tab_visitor_unselected.webp';
|
|
|
- static const String propertyAdvicePic2x = 'assets/property/advice_pic@2x.png';
|
|
|
- static const String propertyApproval2x = 'assets/property/approval@2x.png';
|
|
|
- static const String propertyConveyancingLawyer2x = 'assets/property/conveyancing_lawyer@2x.png';
|
|
|
- static const String propertyHomeEquityLoans2x = 'assets/property/home_equity_loans@2x.png';
|
|
|
- static const String propertyHomeLoanBg2x = 'assets/property/home_loan_bg@2x.png';
|
|
|
- static const String propertyIoan2x = 'assets/property/ioan@2x.png';
|
|
|
- static const String propertyNewHomeLoans2x = 'assets/property/new_home_loans@2x.png';
|
|
|
- static const String propertyNews2x = 'assets/property/news@2x.png';
|
|
|
- static const String propertyOurPartners2x = 'assets/property/our_partners@2x.png';
|
|
|
- static const String propertyOverseasHomeLoan2x = 'assets/property/overseas_home_loan@2x.png';
|
|
|
- static const String propertyRefinancing2x = 'assets/property/refinancing@2x.png';
|
|
|
- static const String propertyRent2x = 'assets/property/rent@2x.png';
|
|
|
- static const String propertySale2x = 'assets/property/sale@2x.png';
|
|
|
+ static const String propertyAdvicePic = 'assets/property/advice_pic.webp';
|
|
|
+ static const String propertyApproval = 'assets/property/approval.webp';
|
|
|
+ static const String propertyCollection = 'assets/property/collection.webp';
|
|
|
+ static const String propertyCollectionActive = 'assets/property/collection_active.webp';
|
|
|
+ static const String propertyConveyancingLawyer = 'assets/property/conveyancing_lawyer.webp';
|
|
|
+ static const String propertyHomeEquityLoans = 'assets/property/home_equity_loans.webp';
|
|
|
+ static const String propertyHomeLoanBg = 'assets/property/home_loan_bg.webp';
|
|
|
+ static const String propertyIoan = 'assets/property/ioan.webp';
|
|
|
+ static const String propertyNewHomeLoans = 'assets/property/new_home_loans.webp';
|
|
|
+ static const String propertyNews = 'assets/property/news.webp';
|
|
|
+ static const String propertyNewsItemBg = 'assets/property/news-item-bg.webp';
|
|
|
+ static const String propertyOurPartners = 'assets/property/our_partners.webp';
|
|
|
+ static const String propertyOverseasHomeLoan = 'assets/property/overseas_home_loan.webp';
|
|
|
+ static const String propertyRefinancing = 'assets/property/refinancing.webp';
|
|
|
+ static const String propertyRent = 'assets/property/rent.webp';
|
|
|
+ static const String propertySale = 'assets/property/sale.webp';
|
|
|
|
|
|
}
|