From 4e8bde934b8510853bddb01157649c003a280bca Mon Sep 17 00:00:00 2001 From: laiiihz Date: Tue, 26 Jan 2021 11:21:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 46 +- lib/const/resource.dart | 456 ++++++++++-------- .../visitor/visitor_passport_page.dart | 19 +- pubspec.lock | 20 +- pubspec.yaml | 4 +- 5 files changed, 324 insertions(+), 221 deletions(-) diff --git a/README.md b/README.md index c7892c84..cb8145af 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,53 @@ # akuCommunity -A new Flutter project. - ## Getting Started +## Code Contribute + +### After pull this repo + +#### 资源文件生成器 + +```shell +flutter pub run flutter_asset_generator:resource_generator +``` + +```shell +fgen +``` + +### Before git push + +#### import 排序 + +```shell +flutter pub run import_sorter:main +``` + +#### format code + +```shell +flutter format +``` + ## Widget Guide Book +### 选择器 + * BeeDatePicker - 时间选择器 * BeeImagePicker - 图片选择器 * GridImagePicker - 网格图片选择器 +* BeeImagePreview - 图片预览 + +### 按钮 + +* BottomButton - 导航栏按钮 + +### TabBar + +* BeeTabBar + +### View + +* BeeGridImageView - 网格图片显示 +* HorizontalImageView - 水平图片显示 diff --git a/lib/const/resource.dart b/lib/const/resource.dart index 8f052af2..4faec79e 100644 --- a/lib/const/resource.dart +++ b/lib/const/resource.dart @@ -1,412 +1,474 @@ /// Generate by [resource_generator](https://github.com/CaiJingLong/flutter_resource_generator) library. /// PLEASE DO NOT EDIT MANUALLY. class R { + const R._(); - /// ![preview](file:///Users/apple/akuCommunity/assets/example/QR_code.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/QR_code.png) static const String ASSETS_EXAMPLE_QR_CODE_PNG = 'assets/example/QR_code.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/bg1.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/bg1.png) static const String ASSETS_EXAMPLE_BG1_PNG = 'assets/example/bg1.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/bg2.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/bg2.png) static const String ASSETS_EXAMPLE_BG2_PNG = 'assets/example/bg2.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/bg3.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/bg3.png) static const String ASSETS_EXAMPLE_BG3_PNG = 'assets/example/bg3.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/bg4.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/bg4.png) static const String ASSETS_EXAMPLE_BG4_PNG = 'assets/example/bg4.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/good.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/good.png) static const String ASSETS_EXAMPLE_GOOD_PNG = 'assets/example/good.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/guanggao1.png) - static const String ASSETS_EXAMPLE_GUANGGAO1_PNG = 'assets/example/guanggao1.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/guanggao1.png) + static const String ASSETS_EXAMPLE_GUANGGAO1_PNG = + 'assets/example/guanggao1.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/guanggao2.png) - static const String ASSETS_EXAMPLE_GUANGGAO2_PNG = 'assets/example/guanggao2.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/guanggao2.png) + static const String ASSETS_EXAMPLE_GUANGGAO2_PNG = + 'assets/example/guanggao2.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/guanggao3.png) - static const String ASSETS_EXAMPLE_GUANGGAO3_PNG = 'assets/example/guanggao3.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/guanggao3.png) + static const String ASSETS_EXAMPLE_GUANGGAO3_PNG = + 'assets/example/guanggao3.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/guanggao4.png) - static const String ASSETS_EXAMPLE_GUANGGAO4_PNG = 'assets/example/guanggao4.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/guanggao4.png) + static const String ASSETS_EXAMPLE_GUANGGAO4_PNG = + 'assets/example/guanggao4.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/guanggao5.png) - static const String ASSETS_EXAMPLE_GUANGGAO5_PNG = 'assets/example/guanggao5.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/guanggao5.png) + static const String ASSETS_EXAMPLE_GUANGGAO5_PNG = + 'assets/example/guanggao5.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/guanggao6.png) - static const String ASSETS_EXAMPLE_GUANGGAO6_PNG = 'assets/example/guanggao6.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/guanggao6.png) + static const String ASSETS_EXAMPLE_GUANGGAO6_PNG = + 'assets/example/guanggao6.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/guanggao7.png) - static const String ASSETS_EXAMPLE_GUANGGAO7_PNG = 'assets/example/guanggao7.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/guanggao7.png) + static const String ASSETS_EXAMPLE_GUANGGAO7_PNG = + 'assets/example/guanggao7.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/header.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/header.png) static const String ASSETS_EXAMPLE_HEADER_PNG = 'assets/example/header.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/jiaoshijie.png) - static const String ASSETS_EXAMPLE_JIAOSHIJIE_PNG = 'assets/example/jiaoshijie.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/jiaoshijie.png) + static const String ASSETS_EXAMPLE_JIAOSHIJIE_PNG = + 'assets/example/jiaoshijie.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/kuzi.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/kuzi.png) static const String ASSETS_EXAMPLE_KUZI_PNG = 'assets/example/kuzi.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/mine_header.png) - static const String ASSETS_EXAMPLE_MINE_HEADER_PNG = 'assets/example/mine_header.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/mine_header.png) + static const String ASSETS_EXAMPLE_MINE_HEADER_PNG = + 'assets/example/mine_header.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/topic1.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/topic1.png) static const String ASSETS_EXAMPLE_TOPIC1_PNG = 'assets/example/topic1.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/topic2.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/topic2.png) static const String ASSETS_EXAMPLE_TOPIC2_PNG = 'assets/example/topic2.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/topic3.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/topic3.png) static const String ASSETS_EXAMPLE_TOPIC3_PNG = 'assets/example/topic3.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/touxiang1.png) - static const String ASSETS_EXAMPLE_TOUXIANG1_PNG = 'assets/example/touxiang1.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/touxiang1.png) + static const String ASSETS_EXAMPLE_TOUXIANG1_PNG = + 'assets/example/touxiang1.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/touxiang2.png) - static const String ASSETS_EXAMPLE_TOUXIANG2_PNG = 'assets/example/touxiang2.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/touxiang2.png) + static const String ASSETS_EXAMPLE_TOUXIANG2_PNG = + 'assets/example/touxiang2.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/touxiang3.jpeg) - static const String ASSETS_EXAMPLE_TOUXIANG3_JPEG = 'assets/example/touxiang3.jpeg'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/touxiang3.jpeg) + static const String ASSETS_EXAMPLE_TOUXIANG3_JPEG = + 'assets/example/touxiang3.jpeg'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/tz1.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/tz1.png) static const String ASSETS_EXAMPLE_TZ1_PNG = 'assets/example/tz1.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/tz2.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/tz2.png) static const String ASSETS_EXAMPLE_TZ2_PNG = 'assets/example/tz2.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/tz3.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/tz3.png) static const String ASSETS_EXAMPLE_TZ3_PNG = 'assets/example/tz3.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/xiezi.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/xiezi.png) static const String ASSETS_EXAMPLE_XIEZI_PNG = 'assets/example/xiezi.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/yifu.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/yifu.png) static const String ASSETS_EXAMPLE_YIFU_PNG = 'assets/example/yifu.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/example/yifu1.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/example/yifu1.png) static const String ASSETS_EXAMPLE_YIFU1_PNG = 'assets/example/yifu1.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/add.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/add.png) static const String ASSETS_ICONS_ADD_PNG = 'assets/icons/add.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/app_add.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/app_add.png) static const String ASSETS_ICONS_APP_ADD_PNG = 'assets/icons/app_add.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/app_reduce.png) - static const String ASSETS_ICONS_APP_REDUCE_PNG = 'assets/icons/app_reduce.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/app_reduce.png) + static const String ASSETS_ICONS_APP_REDUCE_PNG = + 'assets/icons/app_reduce.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/comment_notice.png) - static const String ASSETS_ICONS_COMMENT_NOTICE_PNG = 'assets/icons/comment_notice.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/comment_notice.png) + static const String ASSETS_ICONS_COMMENT_NOTICE_PNG = + 'assets/icons/comment_notice.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/complaint.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/complaint.png) static const String ASSETS_ICONS_COMPLAINT_PNG = 'assets/icons/complaint.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/consult.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/consult.png) static const String ASSETS_ICONS_CONSULT_PNG = 'assets/icons/consult.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/groupbuy_tab_selected.png) - static const String ASSETS_ICONS_GROUPBUY_TAB_SELECTED_PNG = 'assets/icons/groupbuy_tab_selected.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/groupbuy_tab_selected.png) + static const String ASSETS_ICONS_GROUPBUY_TAB_SELECTED_PNG = + 'assets/icons/groupbuy_tab_selected.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/groupbuy_tab_unselected.png) - static const String ASSETS_ICONS_GROUPBUY_TAB_UNSELECTED_PNG = 'assets/icons/groupbuy_tab_unselected.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/groupbuy_tab_unselected.png) + static const String ASSETS_ICONS_GROUPBUY_TAB_UNSELECTED_PNG = + 'assets/icons/groupbuy_tab_unselected.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/house.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/house.png) static const String ASSETS_ICONS_HOUSE_PNG = 'assets/icons/house.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/icon_notification.png) - static const String ASSETS_ICONS_ICON_NOTIFICATION_PNG = 'assets/icons/icon_notification.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/icon_notification.png) + static const String ASSETS_ICONS_ICON_NOTIFICATION_PNG = + 'assets/icons/icon_notification.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/img_add.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/img_add.png) static const String ASSETS_ICONS_IMG_ADD_PNG = 'assets/icons/img_add.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/like.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/like.png) static const String ASSETS_ICONS_LIKE_PNG = 'assets/icons/like.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/location.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/location.png) static const String ASSETS_ICONS_LOCATION_PNG = 'assets/icons/location.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/manager_order_cancel.png) - static const String ASSETS_ICONS_MANAGER_ORDER_CANCEL_PNG = 'assets/icons/manager_order_cancel.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/manager_order_cancel.png) + static const String ASSETS_ICONS_MANAGER_ORDER_CANCEL_PNG = + 'assets/icons/manager_order_cancel.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/manager_phone_call.png) - static const String ASSETS_ICONS_MANAGER_PHONE_CALL_PNG = 'assets/icons/manager_phone_call.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/manager_phone_call.png) + static const String ASSETS_ICONS_MANAGER_PHONE_CALL_PNG = + 'assets/icons/manager_phone_call.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/market_tab_selected.png) - static const String ASSETS_ICONS_MARKET_TAB_SELECTED_PNG = 'assets/icons/market_tab_selected.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/market_tab_selected.png) + static const String ASSETS_ICONS_MARKET_TAB_SELECTED_PNG = + 'assets/icons/market_tab_selected.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/market_tab_unselected.png) - static const String ASSETS_ICONS_MARKET_TAB_UNSELECTED_PNG = 'assets/icons/market_tab_unselected.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/market_tab_unselected.png) + static const String ASSETS_ICONS_MARKET_TAB_UNSELECTED_PNG = + 'assets/icons/market_tab_unselected.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/phone.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/phone.png) static const String ASSETS_ICONS_PHONE_PNG = 'assets/icons/phone.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/property.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/property.png) static const String ASSETS_ICONS_PROPERTY_PNG = 'assets/icons/property.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/proposal.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/proposal.png) static const String ASSETS_ICONS_PROPOSAL_PNG = 'assets/icons/proposal.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/report.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/report.png) static const String ASSETS_ICONS_REPORT_PNG = 'assets/icons/report.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/shield_content.png) - static const String ASSETS_ICONS_SHIELD_CONTENT_PNG = 'assets/icons/shield_content.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/shield_content.png) + static const String ASSETS_ICONS_SHIELD_CONTENT_PNG = + 'assets/icons/shield_content.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/shield_user.png) - static const String ASSETS_ICONS_SHIELD_USER_PNG = 'assets/icons/shield_user.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/shield_user.png) + static const String ASSETS_ICONS_SHIELD_USER_PNG = + 'assets/icons/shield_user.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/shop_notice.png) - static const String ASSETS_ICONS_SHOP_NOTICE_PNG = 'assets/icons/shop_notice.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/shop_notice.png) + static const String ASSETS_ICONS_SHOP_NOTICE_PNG = + 'assets/icons/shop_notice.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/system_notice.png) - static const String ASSETS_ICONS_SYSTEM_NOTICE_PNG = 'assets/icons/system_notice.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/system_notice.png) + static const String ASSETS_ICONS_SYSTEM_NOTICE_PNG = + 'assets/icons/system_notice.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tabbar_home.png) - static const String ASSETS_ICONS_TABBAR_HOME_PNG = 'assets/icons/tabbar_home.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tabbar_home.png) + static const String ASSETS_ICONS_TABBAR_HOME_PNG = + 'assets/icons/tabbar_home.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tabbar_home_no.png) - static const String ASSETS_ICONS_TABBAR_HOME_NO_PNG = 'assets/icons/tabbar_home_no.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tabbar_home_no.png) + static const String ASSETS_ICONS_TABBAR_HOME_NO_PNG = + 'assets/icons/tabbar_home_no.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tabbar_house.png) - static const String ASSETS_ICONS_TABBAR_HOUSE_PNG = 'assets/icons/tabbar_house.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tabbar_house.png) + static const String ASSETS_ICONS_TABBAR_HOUSE_PNG = + 'assets/icons/tabbar_house.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tabbar_house_no.png) - static const String ASSETS_ICONS_TABBAR_HOUSE_NO_PNG = 'assets/icons/tabbar_house_no.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tabbar_house_no.png) + static const String ASSETS_ICONS_TABBAR_HOUSE_NO_PNG = + 'assets/icons/tabbar_house_no.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tabbar_market.png) - static const String ASSETS_ICONS_TABBAR_MARKET_PNG = 'assets/icons/tabbar_market.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tabbar_market.png) + static const String ASSETS_ICONS_TABBAR_MARKET_PNG = + 'assets/icons/tabbar_market.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tabbar_market_no.png) - static const String ASSETS_ICONS_TABBAR_MARKET_NO_PNG = 'assets/icons/tabbar_market_no.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tabbar_market_no.png) + static const String ASSETS_ICONS_TABBAR_MARKET_NO_PNG = + 'assets/icons/tabbar_market_no.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tabbar_message.png) - static const String ASSETS_ICONS_TABBAR_MESSAGE_PNG = 'assets/icons/tabbar_message.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tabbar_message.png) + static const String ASSETS_ICONS_TABBAR_MESSAGE_PNG = + 'assets/icons/tabbar_message.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tabbar_message_no.png) - static const String ASSETS_ICONS_TABBAR_MESSAGE_NO_PNG = 'assets/icons/tabbar_message_no.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tabbar_message_no.png) + static const String ASSETS_ICONS_TABBAR_MESSAGE_NO_PNG = + 'assets/icons/tabbar_message_no.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tabbar_user.png) - static const String ASSETS_ICONS_TABBAR_USER_PNG = 'assets/icons/tabbar_user.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tabbar_user.png) + static const String ASSETS_ICONS_TABBAR_USER_PNG = + 'assets/icons/tabbar_user.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tabbar_user_no.png) - static const String ASSETS_ICONS_TABBAR_USER_NO_PNG = 'assets/icons/tabbar_user_no.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tabbar_user_no.png) + static const String ASSETS_ICONS_TABBAR_USER_NO_PNG = + 'assets/icons/tabbar_user_no.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_bmdh.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_bmdh.png) static const String ASSETS_ICONS_TOOL_BMDH_PNG = 'assets/icons/tool_bmdh.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_bmts.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_bmts.png) static const String ASSETS_ICONS_TOOL_BMTS_PNG = 'assets/icons/tool_bmts.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_bsbx.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_bsbx.png) static const String ASSETS_ICONS_TOOL_BSBX_PNG = 'assets/icons/tool_bsbx.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_czxs.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_czxs.png) static const String ASSETS_ICONS_TOOL_CZXS_PNG = 'assets/icons/tool_czxs.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_fkyq.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_fkyq.png) static const String ASSETS_ICONS_TOOL_FKYQ_PNG = 'assets/icons/tool_fkyq.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_fsxb.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_fsxb.png) static const String ASSETS_ICONS_TOOL_FSXB_PNG = 'assets/icons/tool_fsxb.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_hdtp.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_hdtp.png) static const String ASSETS_ICONS_TOOL_HDTP_PNG = 'assets/icons/tool_hdtp.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_jhgl.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_jhgl.png) static const String ASSETS_ICONS_TOOL_JHGL_PNG = 'assets/icons/tool_jhgl.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_jjsh.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_jjsh.png) static const String ASSETS_ICONS_TOOL_JJSH_PNG = 'assets/icons/tool_jjsh.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_jyts.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_jyts.png) static const String ASSETS_ICONS_TOOL_JYTS_PNG = 'assets/icons/tool_jyts.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_kmm.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_kmm.png) static const String ASSETS_ICONS_TOOL_KMM_PNG = 'assets/icons/tool_kmm.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_mywj.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_mywj.png) static const String ASSETS_ICONS_TOOL_MYWJ_PNG = 'assets/icons/tool_mywj.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_qbyy.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_qbyy.png) static const String ASSETS_ICONS_TOOL_QBYY_PNG = 'assets/icons/tool_qbyy.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_shjf.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_shjf.png) static const String ASSETS_ICONS_TOOL_SHJF_PNG = 'assets/icons/tool_shjf.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_smjd.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_smjd.png) static const String ASSETS_ICONS_TOOL_SMJD_PNG = 'assets/icons/tool_smjd.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_tsby.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_tsby.png) static const String ASSETS_ICONS_TOOL_TSBY_PNG = 'assets/icons/tool_tsby.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_wjdc.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_wjdc.png) static const String ASSETS_ICONS_TOOL_WJDC_PNG = 'assets/icons/tool_wjdc.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_wpcm.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_wpcm.png) static const String ASSETS_ICONS_TOOL_WPCM_PNG = 'assets/icons/tool_wpcm.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_xxfs.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_xxfs.png) static const String ASSETS_ICONS_TOOL_XXFS_PNG = 'assets/icons/tool_xxfs.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_yjbj.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_yjbj.png) static const String ASSETS_ICONS_TOOL_YJBJ_PNG = 'assets/icons/tool_yjbj.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_yjkm.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_yjkm.png) static const String ASSETS_ICONS_TOOL_YJKM_PNG = 'assets/icons/tool_yjkm.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_yljs.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_yljs.png) static const String ASSETS_ICONS_TOOL_YLJS_PNG = 'assets/icons/tool_yljs.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_ywh.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_ywh.png) static const String ASSETS_ICONS_TOOL_YWH_PNG = 'assets/icons/tool_ywh.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_zbbj.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_zbbj.png) static const String ASSETS_ICONS_TOOL_ZBBJ_PNG = 'assets/icons/tool_zbbj.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/tool_zxgl.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/tool_zxgl.png) static const String ASSETS_ICONS_TOOL_ZXGL_PNG = 'assets/icons/tool_zxgl.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/user_icon_dfh.png) - static const String ASSETS_ICONS_USER_ICON_DFH_PNG = 'assets/icons/user_icon_dfh.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/user_icon_dfh.png) + static const String ASSETS_ICONS_USER_ICON_DFH_PNG = + 'assets/icons/user_icon_dfh.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/user_icon_dfk.png) - static const String ASSETS_ICONS_USER_ICON_DFK_PNG = 'assets/icons/user_icon_dfk.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/user_icon_dfk.png) + static const String ASSETS_ICONS_USER_ICON_DFK_PNG = + 'assets/icons/user_icon_dfk.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/user_icon_dpj.png) - static const String ASSETS_ICONS_USER_ICON_DPJ_PNG = 'assets/icons/user_icon_dpj.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/user_icon_dpj.png) + static const String ASSETS_ICONS_USER_ICON_DPJ_PNG = + 'assets/icons/user_icon_dpj.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/user_icon_dsh.png) - static const String ASSETS_ICONS_USER_ICON_DSH_PNG = 'assets/icons/user_icon_dsh.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/user_icon_dsh.png) + static const String ASSETS_ICONS_USER_ICON_DSH_PNG = + 'assets/icons/user_icon_dsh.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/user_icon_sh.png) - static const String ASSETS_ICONS_USER_ICON_SH_PNG = 'assets/icons/user_icon_sh.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/user_icon_sh.png) + static const String ASSETS_ICONS_USER_ICON_SH_PNG = + 'assets/icons/user_icon_sh.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/user_icon_sz.png) - static const String ASSETS_ICONS_USER_ICON_SZ_PNG = 'assets/icons/user_icon_sz.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/user_icon_sz.png) + static const String ASSETS_ICONS_USER_ICON_SZ_PNG = + 'assets/icons/user_icon_sz.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/user_icon_vip.png) - static const String ASSETS_ICONS_USER_ICON_VIP_PNG = 'assets/icons/user_icon_vip.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/user_icon_vip.png) + static const String ASSETS_ICONS_USER_ICON_VIP_PNG = + 'assets/icons/user_icon_vip.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/user_icon_wdbx.png) - static const String ASSETS_ICONS_USER_ICON_WDBX_PNG = 'assets/icons/user_icon_wdbx.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/user_icon_wdbx.png) + static const String ASSETS_ICONS_USER_ICON_WDBX_PNG = + 'assets/icons/user_icon_wdbx.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/user_icon_wdc.png) - static const String ASSETS_ICONS_USER_ICON_WDC_PNG = 'assets/icons/user_icon_wdc.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/user_icon_wdc.png) + static const String ASSETS_ICONS_USER_ICON_WDC_PNG = + 'assets/icons/user_icon_wdc.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/user_icon_wdcw.png) - static const String ASSETS_ICONS_USER_ICON_WDCW_PNG = 'assets/icons/user_icon_wdcw.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/user_icon_wdcw.png) + static const String ASSETS_ICONS_USER_ICON_WDCW_PNG = + 'assets/icons/user_icon_wdcw.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/user_icon_wddz.png) - static const String ASSETS_ICONS_USER_ICON_WDDZ_PNG = 'assets/icons/user_icon_wddz.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/user_icon_wddz.png) + static const String ASSETS_ICONS_USER_ICON_WDDZ_PNG = + 'assets/icons/user_icon_wddz.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/user_icon_wdfk.png) - static const String ASSETS_ICONS_USER_ICON_WDFK_PNG = 'assets/icons/user_icon_wdfk.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/user_icon_wdfk.png) + static const String ASSETS_ICONS_USER_ICON_WDFK_PNG = + 'assets/icons/user_icon_wdfk.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/user_icon_wdfw.png) - static const String ASSETS_ICONS_USER_ICON_WDFW_PNG = 'assets/icons/user_icon_wdfw.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/user_icon_wdfw.png) + static const String ASSETS_ICONS_USER_ICON_WDFW_PNG = + 'assets/icons/user_icon_wdfw.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/user_icon_wdgj.png) - static const String ASSETS_ICONS_USER_ICON_WDGJ_PNG = 'assets/icons/user_icon_wdgj.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/user_icon_wdgj.png) + static const String ASSETS_ICONS_USER_ICON_WDGJ_PNG = + 'assets/icons/user_icon_wdgj.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/user_icon_wdjf.png) - static const String ASSETS_ICONS_USER_ICON_WDJF_PNG = 'assets/icons/user_icon_wdjf.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/user_icon_wdjf.png) + static const String ASSETS_ICONS_USER_ICON_WDJF_PNG = + 'assets/icons/user_icon_wdjf.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/icons/user_icon_wdsqhd.png) - static const String ASSETS_ICONS_USER_ICON_WDSQHD_PNG = 'assets/icons/user_icon_wdsqhd.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/icons/user_icon_wdsqhd.png) + static const String ASSETS_ICONS_USER_ICON_WDSQHD_PNG = + 'assets/icons/user_icon_wdsqhd.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/images/application.png) - static const String ASSETS_IMAGES_APPLICATION_PNG = 'assets/images/application.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/images/application.png) + static const String ASSETS_IMAGES_APPLICATION_PNG = + 'assets/images/application.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/images/car_header.png) - static const String ASSETS_IMAGES_CAR_HEADER_PNG = 'assets/images/car_header.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/images/car_header.png) + static const String ASSETS_IMAGES_CAR_HEADER_PNG = + 'assets/images/car_header.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/images/code_logo.png) - static const String ASSETS_IMAGES_CODE_LOGO_PNG = 'assets/images/code_logo.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/images/code_logo.png) + static const String ASSETS_IMAGES_CODE_LOGO_PNG = + 'assets/images/code_logo.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/images/commitment.png) - static const String ASSETS_IMAGES_COMMITMENT_PNG = 'assets/images/commitment.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/images/commitment.png) + static const String ASSETS_IMAGES_COMMITMENT_PNG = + 'assets/images/commitment.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/images/drawings.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/images/drawings.png) static const String ASSETS_IMAGES_DRAWINGS_PNG = 'assets/images/drawings.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/images/house_attestation.png) - static const String ASSETS_IMAGES_HOUSE_ATTESTATION_PNG = 'assets/images/house_attestation.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/images/house_attestation.png) + static const String ASSETS_IMAGES_HOUSE_ATTESTATION_PNG = + 'assets/images/house_attestation.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/images/house_header.png) - static const String ASSETS_IMAGES_HOUSE_HEADER_PNG = 'assets/images/house_header.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/images/house_header.png) + static const String ASSETS_IMAGES_HOUSE_HEADER_PNG = + 'assets/images/house_header.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/images/license.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/images/license.png) static const String ASSETS_IMAGES_LICENSE_PNG = 'assets/images/license.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/images/license_back.png) - static const String ASSETS_IMAGES_LICENSE_BACK_PNG = 'assets/images/license_back.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/images/license_back.png) + static const String ASSETS_IMAGES_LICENSE_BACK_PNG = + 'assets/images/license_back.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/images/lock.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/images/lock.png) static const String ASSETS_IMAGES_LOCK_PNG = 'assets/images/lock.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/images/logo.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/images/logo.png) static const String ASSETS_IMAGES_LOGO_PNG = 'assets/images/logo.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/images/member_bg.png) - static const String ASSETS_IMAGES_MEMBER_BG_PNG = 'assets/images/member_bg.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/images/member_bg.png) + static const String ASSETS_IMAGES_MEMBER_BG_PNG = + 'assets/images/member_bg.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/images/mine_bg.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/images/mine_bg.png) static const String ASSETS_IMAGES_MINE_BG_PNG = 'assets/images/mine_bg.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/images/open_door.png) - static const String ASSETS_IMAGES_OPEN_DOOR_PNG = 'assets/images/open_door.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/images/open_door.png) + static const String ASSETS_IMAGES_OPEN_DOOR_PNG = + 'assets/images/open_door.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/images/phone_logo.png) - static const String ASSETS_IMAGES_PHONE_LOGO_PNG = 'assets/images/phone_logo.png'; + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/images/phone_logo.png) + static const String ASSETS_IMAGES_PHONE_LOGO_PNG = + 'assets/images/phone_logo.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/images/white.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/images/white.png) static const String ASSETS_IMAGES_WHITE_PNG = 'assets/images/white.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/images/wxpay.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/images/wxpay.png) static const String ASSETS_IMAGES_WXPAY_PNG = 'assets/images/wxpay.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/json/czxs.json) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/json/czxs.json) static const String ASSETS_JSON_CZXS_JSON = 'assets/json/czxs.json'; - /// ![preview](file:///Users/apple/akuCommunity/assets/json/fsxb.json) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/json/fsxb.json) static const String ASSETS_JSON_FSXB_JSON = 'assets/json/fsxb.json'; - /// ![preview](file:///Users/apple/akuCommunity/assets/json/jjsh.json) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/json/jjsh.json) static const String ASSETS_JSON_JJSH_JSON = 'assets/json/jjsh.json'; - /// ![preview](file:///Users/apple/akuCommunity/assets/json/mywj.json) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/json/mywj.json) static const String ASSETS_JSON_MYWJ_JSON = 'assets/json/mywj.json'; - /// ![preview](file:///Users/apple/akuCommunity/assets/json/shop.json) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/json/shop.json) static const String ASSETS_JSON_SHOP_JSON = 'assets/json/shop.json'; - /// ![preview](file:///Users/apple/akuCommunity/assets/json/shopclass.json) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/json/shopclass.json) static const String ASSETS_JSON_SHOPCLASS_JSON = 'assets/json/shopclass.json'; - /// ![preview](file:///Users/apple/akuCommunity/assets/json/smjd.json) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/json/smjd.json) static const String ASSETS_JSON_SMJD_JSON = 'assets/json/smjd.json'; - /// ![preview](file:///Users/apple/akuCommunity/assets/json/xxfs.json) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/json/xxfs.json) static const String ASSETS_JSON_XXFS_JSON = 'assets/json/xxfs.json'; - /// ![preview](file:///Users/apple/akuCommunity/assets/json/yljs.json) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/json/yljs.json) static const String ASSETS_JSON_YLJS_JSON = 'assets/json/yljs.json'; - /// ![preview](file:///Users/apple/akuCommunity/assets/json/zbbj.json) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/json/zbbj.json) static const String ASSETS_JSON_ZBBJ_JSON = 'assets/json/zbbj.json'; - /// ![preview](file:///Users/apple/akuCommunity/assets/tab/bkjh.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/tab/bkjh.png) static const String ASSETS_TAB_BKJH_PNG = 'assets/tab/bkjh.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/tab/kbhw.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/tab/kbhw.png) static const String ASSETS_TAB_KBHW_PNG = 'assets/tab/kbhw.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/tab/nanz.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/tab/nanz.png) static const String ASSETS_TAB_NANZ_PNG = 'assets/tab/nanz.png'; - /// ![preview](file:///Users/apple/akuCommunity/assets/tab/nvz.png) + /// ![preview](file:///Users/akufe/Documents/akuCommunity/assets/tab/nvz.png) static const String ASSETS_TAB_NVZ_PNG = 'assets/tab/nvz.png'; } diff --git a/lib/ui/manager/visitor/visitor_passport_page.dart b/lib/ui/manager/visitor/visitor_passport_page.dart index d7dd837e..9e3dc914 100644 --- a/lib/ui/manager/visitor/visitor_passport_page.dart +++ b/lib/ui/manager/visitor/visitor_passport_page.dart @@ -1,25 +1,26 @@ -// Flutter imports: +// Dart imports: import 'dart:typed_data'; import 'dart:ui' as ui; -import 'package:akuCommunity/base/base_style.dart'; -import 'package:akuCommunity/const/resource.dart'; -import 'package:akuCommunity/model/manager/visitor_list_item_model.dart'; -import 'package:akuCommunity/widget/buttons/bottom_button.dart'; -import 'package:bot_toast/bot_toast.dart'; -import 'package:common_utils/common_utils.dart'; +// Flutter imports: import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter/services.dart'; -import 'package:fluwx/fluwx.dart'; -import 'package:qr_flutter/qr_flutter.dart'; // Package imports: +import 'package:bot_toast/bot_toast.dart'; +import 'package:common_utils/common_utils.dart'; +import 'package:fluwx/fluwx.dart'; +import 'package:qr_flutter/qr_flutter.dart'; import 'package:velocity_x/velocity_x.dart'; // Project imports: +import 'package:akuCommunity/base/base_style.dart'; +import 'package:akuCommunity/const/resource.dart'; +import 'package:akuCommunity/model/manager/visitor_list_item_model.dart'; import 'package:akuCommunity/utils/headers.dart'; import 'package:akuCommunity/widget/bee_back_button.dart'; +import 'package:akuCommunity/widget/buttons/bottom_button.dart'; class VisitorPassportPage extends StatefulWidget { final VisitorListItemModel model; diff --git a/pubspec.lock b/pubspec.lock index 5a36a8b5..57349fc4 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,7 +7,7 @@ packages: name: _fe_analyzer_shared url: "https://pub.flutter-io.cn" source: hosted - version: "7.0.0" + version: "14.0.0" amap_core_fluttify: dependency: transitive description: @@ -42,7 +42,7 @@ packages: name: analyzer url: "https://pub.flutter-io.cn" source: hosted - version: "0.39.17" + version: "0.41.2" animator: dependency: transitive description: @@ -224,7 +224,7 @@ packages: name: dart_style url: "https://pub.flutter-io.cn" source: hosted - version: "1.3.6" + version: "1.3.11" decimal: dependency: transitive description: @@ -281,13 +281,6 @@ packages: url: "https://pub.flutter-io.cn" source: hosted version: "1.2.0-nullsafety.1" - ff_annotation_route: - dependency: "direct dev" - description: - name: ff_annotation_route - url: "https://pub.flutter-io.cn" - source: hosted - version: "3.3.2" ffi: dependency: transitive description: @@ -328,6 +321,13 @@ packages: description: flutter source: sdk version: "0.0.0" + flutter_asset_generator: + dependency: "direct dev" + description: + name: flutter_asset_generator + url: "https://pub.flutter-io.cn" + source: hosted + version: "0.6.1" flutter_beautiful_popup: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 913972d4..7890fe10 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -109,9 +109,7 @@ dev_dependencies: flutter_test: sdk: flutter import_sorter: ^4.4.1 - - # 路由管理 - ff_annotation_route: 3.3.2 + flutter_asset_generator: ^0.6.1 flutter: uses-material-design: true