章文轩 2 years ago
parent d9967fbf51
commit 9b3d88cfac

@ -7,7 +7,7 @@
# The following line activates a set of recommended lints for Flutter apps, # The following line activates a set of recommended lints for Flutter apps,
# packages, and plugins designed to encourage good coding practices. # packages, and plugins designed to encourage good coding practices.
include: package:flutter_lints/flutter.yaml #include: package:flutter_lints/flutter.yaml
linter: linter:
# The lint rules applied to this project can be customized in the # The lint rules applied to this project can be customized in the

@ -21,6 +21,12 @@ if (flutterVersionName == null) {
flutterVersionName = '1.0' flutterVersionName = '1.0'
} }
def keystoreProperties = new Properties()
def keystorePropertiesFile = rootProject.file('key.properties')
if (keystorePropertiesFile.exists()) {
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
}
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
@ -41,19 +47,23 @@ android {
versionName flutterVersionName versionName flutterVersionName
} }
signingConfigs {
release {
keyAlias keystoreProperties['keyAlias']
keyPassword keystoreProperties['keyPassword']
storeFile keystoreProperties['storeFile'] ? file(keystoreProperties['storeFile']) : null
storePassword keystoreProperties['storePassword']
}
}
buildTypes { buildTypes {
release { release {
// TODO: Add your own signing config for the release build. // TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works. // Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.debug signingConfig signingConfigs.release
minifyEnabled true
multiDexEnabled true
} }
debug { debug {
signingConfig signingConfigs.debug signingConfig signingConfigs.release
minifyEnabled true
multiDexEnabled true
} }
} }
} }

@ -0,0 +1,12 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.akuhome.new_recook;
public final class BuildConfig {
public static final boolean DEBUG = false;
public static final String APPLICATION_ID = "com.akuhome.new_recook";
public static final String BUILD_TYPE = "release";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0.0";
}

@ -11,6 +11,8 @@
-keep class com.huawei.agconnect.core.provider.AGConnectInitializeProvider { <init>(); } -keep class com.huawei.agconnect.core.provider.AGConnectInitializeProvider { <init>(); }
-keep class com.huawei.hms.hmsscankit.ScanKitActivity { <init>(); } -keep class com.huawei.hms.hmsscankit.ScanKitActivity { <init>(); }
-keep class com.huawei.hms.mlsdk.common.provider.MLInitializerProvider { <init>(); } -keep class com.huawei.hms.mlsdk.common.provider.MLInitializerProvider { <init>(); }
-keep class com.jarvan.fluwx.FluwxFileProvider { <init>(); }
-keep class com.jarvan.fluwx.wxapi.FluwxWXEntryActivity { <init>(); }
-keep class com.journeyapps.barcodescanner.CaptureActivity { <init>(); } -keep class com.journeyapps.barcodescanner.CaptureActivity { <init>(); }
-keep class com.luck.picture.lib.PictureCustomCameraActivity { <init>(); } -keep class com.luck.picture.lib.PictureCustomCameraActivity { <init>(); }
-keep class com.luck.picture.lib.PictureExternalPreviewActivity { <init>(); } -keep class com.luck.picture.lib.PictureExternalPreviewActivity { <init>(); }

@ -0,0 +1,104 @@
-keep class androidx.camera.core.impl.MetadataHolderService { <init>(); }
-keep class androidx.core.app.CoreComponentFactory { <init>(); }
-keep class com.akuhome.new_recook.MainActivity { <init>(); }
-keep class com.alipay.sdk.app.APayEntranceActivity { <init>(); }
-keep class com.alipay.sdk.app.AlipayResultActivity { <init>(); }
-keep class com.alipay.sdk.app.H5AuthActivity { <init>(); }
-keep class com.alipay.sdk.app.H5OpenAuthActivity { <init>(); }
-keep class com.alipay.sdk.app.H5PayActivity { <init>(); }
-keep class com.alipay.sdk.app.PayResultActivity { <init>(); }
-keep class com.huawei.agconnect.core.ServiceDiscovery { <init>(); }
-keep class com.huawei.agconnect.core.provider.AGConnectInitializeProvider { <init>(); }
-keep class com.huawei.hms.hmsscankit.ScanKitActivity { <init>(); }
-keep class com.huawei.hms.mlsdk.common.provider.MLInitializerProvider { <init>(); }
-keep class com.jarvan.fluwx.FluwxFileProvider { <init>(); }
-keep class com.jarvan.fluwx.wxapi.FluwxWXEntryActivity { <init>(); }
-keep class com.journeyapps.barcodescanner.CaptureActivity { <init>(); }
-keep class com.luck.picture.lib.PictureCustomCameraActivity { <init>(); }
-keep class com.luck.picture.lib.PictureExternalPreviewActivity { <init>(); }
-keep class com.luck.picture.lib.PictureFileProvider { <init>(); }
-keep class com.luck.picture.lib.PicturePlayAudioActivity { <init>(); }
-keep class com.luck.picture.lib.PicturePreviewActivity { <init>(); }
-keep class com.luck.picture.lib.PictureSelectorActivity { <init>(); }
-keep class com.luck.picture.lib.PictureSelectorCameraEmptyActivity { <init>(); }
-keep class com.luck.picture.lib.PictureSelectorPreviewWeChatStyleActivity { <init>(); }
-keep class com.luck.picture.lib.PictureSelectorWeChatStyleActivity { <init>(); }
-keep class com.luck.picture.lib.PictureVideoPlayActivity { <init>(); }
-keep class com.yalantis.ucrop.PictureMultiCuttingActivity { <init>(); }
-keep class com.yalantis.ucrop.UCropActivity { <init>(); }
-keep class android.widget.Space { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.appcompat.app.AlertController$RecycleListView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.appcompat.view.menu.ActionMenuItemView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.appcompat.view.menu.ExpandedMenuView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.appcompat.view.menu.ListMenuItemView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.appcompat.widget.ActionBarContainer { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.appcompat.widget.ActionBarContextView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.appcompat.widget.ActionBarOverlayLayout { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.appcompat.widget.ActionMenuView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.appcompat.widget.ActivityChooserView$InnerLayout { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.appcompat.widget.AlertDialogLayout { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.appcompat.widget.ButtonBarLayout { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.appcompat.widget.ContentFrameLayout { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.appcompat.widget.DialogTitle { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.appcompat.widget.FitWindowsFrameLayout { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.appcompat.widget.FitWindowsLinearLayout { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.appcompat.widget.SearchView$SearchAutoComplete { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.appcompat.widget.Toolbar { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.appcompat.widget.ViewStubCompat { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.camera.view.PreviewView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.core.widget.NestedScrollView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.recyclerview.widget.RecyclerView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.huawei.hms.scankit.ViewfinderView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.journeyapps.barcodescanner.BarcodeView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.journeyapps.barcodescanner.DecoratedBarcodeView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.journeyapps.barcodescanner.ViewfinderView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.luck.picture.lib.camera.CustomCameraView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.luck.picture.lib.camera.view.CaptureLayout { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.luck.picture.lib.photoview.PhotoView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.luck.picture.lib.widget.PreviewViewPager { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.luck.picture.lib.widget.RecyclerPreloadView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.luck.picture.lib.widget.SquareRelativeLayout { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.luck.picture.lib.widget.longimage.SubsamplingScaleImageView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.yalantis.ucrop.view.GestureCropImageView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.yalantis.ucrop.view.OverlayView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.yalantis.ucrop.view.UCropView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.yalantis.ucrop.view.widget.AspectRatioTextView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.yalantis.ucrop.view.widget.HorizontalProgressWheelView { <init>(android.content.Context, android.util.AttributeSet); }

@ -1 +1 @@
{"assets/icons/app_icon.png":["assets/icons/app_icon.png"],"assets/icons/home_tab_search.png":["assets/icons/home_tab_search.png"],"assets/icons/navigation_msg.png":["assets/icons/navigation_msg.png"],"assets/icons/navigation_scan.png":["assets/icons/navigation_scan.png"],"assets/icons/shop_page_smile.png":["assets/icons/shop_page_smile.png"],"assets/images/HomeRefreshHeader3.gif":["assets/images/HomeRefreshHeader3.gif"],"assets/images/placeholder_new_1x1_a.png":["assets/images/placeholder_new_1x1_a.png"],"assets/images/placeholder_new_1x2_a.png":["assets/images/placeholder_new_1x2_a.png"],"assets/images/placeholder_new_2x1_a.png":["assets/images/placeholder_new_2x1_a.png"],"assets/webp/recook_splash.webp":["assets/webp/recook_splash.webp"],"packages/cupertino_icons/assets/CupertinoIcons.ttf":["packages/cupertino_icons/assets/CupertinoIcons.ttf"]} {"assets/home/home_list_times_1.png":["assets/home/home_list_times_1.png"],"assets/home/ic_baby.png":["assets/home/ic_baby.png"],"assets/home/ic_bag.png":["assets/home/ic_bag.png"],"assets/home/ic_book.png":["assets/home/ic_book.png"],"assets/home/ic_classification.png":["assets/home/ic_classification.png"],"assets/home/ic_clean.png":["assets/home/ic_clean.png"],"assets/home/ic_clothes.png":["assets/home/ic_clothes.png"],"assets/home/ic_department.png":["assets/home/ic_department.png"],"assets/home/ic_electricity.png":["assets/home/ic_electricity.png"],"assets/home/ic_food.png":["assets/home/ic_food.png"],"assets/home/ic_furniture.png":["assets/home/ic_furniture.png"],"assets/home/ic_hair.png":["assets/home/ic_hair.png"],"assets/home/ic_import.png":["assets/home/ic_import.png"],"assets/home/ic_medicalbox.png":["assets/home/ic_medicalbox.png"],"assets/home/ic_members.png":["assets/home/ic_members.png"],"assets/home/ic_phone.png":["assets/home/ic_phone.png"],"assets/home/ic_rice.png":["assets/home/ic_rice.png"],"assets/home/ic_sport.png":["assets/home/ic_sport.png"],"assets/home/ic_tea.png":["assets/home/ic_tea.png"],"assets/home/ic_vegetables.png":["assets/home/ic_vegetables.png"],"assets/home/ic_wine.png":["assets/home/ic_wine.png"],"assets/home/invite.webp":["assets/home/invite.webp"],"assets/home/single_day.png":["assets/home/single_day.png"],"assets/icons/app_icon.png":["assets/icons/app_icon.png"],"assets/icons/home_tab_search.png":["assets/icons/home_tab_search.png"],"assets/icons/last_month_icon.png":["assets/icons/last_month_icon.png"],"assets/icons/last_year_icon.png":["assets/icons/last_year_icon.png"],"assets/icons/navigation_msg.png":["assets/icons/navigation_msg.png"],"assets/icons/navigation_scan.png":["assets/icons/navigation_scan.png"],"assets/icons/next_month_icon.png":["assets/icons/next_month_icon.png"],"assets/icons/next_year_icon.png":["assets/icons/next_year_icon.png"],"assets/icons/search.png":["assets/icons/search.png"],"assets/icons/shop_page_smile.png":["assets/icons/shop_page_smile.png"],"assets/icons/tab_car.png":["assets/icons/tab_car.png"],"assets/icons/tab_home.png":["assets/icons/tab_home.png"],"assets/icons/tab_my.png":["assets/icons/tab_my.png"],"assets/icons/tool_flashlight_close.png":["assets/icons/tool_flashlight_close.png"],"assets/icons/tool_flashlight_open.png":["assets/icons/tool_flashlight_open.png"],"assets/icons/tool_img.png":["assets/icons/tool_img.png"],"assets/icons/tool_img_input.png":["assets/icons/tool_img_input.png"],"assets/icons/totop.png":["assets/icons/totop.png"],"assets/images/HomeRefreshHeader3.gif":["assets/images/HomeRefreshHeader3.gif"],"assets/images/nodata.png":["assets/images/nodata.png"],"assets/images/placeholder_new_1x1_a.png":["assets/images/placeholder_new_1x1_a.png"],"assets/images/placeholder_new_1x2_a.png":["assets/images/placeholder_new_1x2_a.png"],"assets/images/placeholder_new_2x1_a.png":["assets/images/placeholder_new_2x1_a.png"],"assets/json/weatherCity.json":["assets/json/weatherCity.json"],"assets/weather/bingbao_bg.jpg":["assets/weather/bingbao_bg.jpg"],"assets/weather/lei_bg.jpg":["assets/weather/lei_bg.jpg"],"assets/weather/qing_bg.jpg":["assets/weather/qing_bg.jpg"],"assets/weather/shachen_bg.jpg":["assets/weather/shachen_bg.jpg"],"assets/weather/weather_location.png":["assets/weather/weather_location.png"],"assets/weather/weather_waning.png":["assets/weather/weather_waning.png"],"assets/weather/wu_bg.jpg":["assets/weather/wu_bg.jpg"],"assets/weather/xun_bg.jpg":["assets/weather/xun_bg.jpg"],"assets/weather/yin_bg.jpg":["assets/weather/yin_bg.jpg"],"assets/weather/yu_bg.jpg":["assets/weather/yu_bg.jpg"],"assets/weather/yun_bg.jpg":["assets/weather/yun_bg.jpg"],"assets/weatherCake/airquality.png":["assets/weatherCake/airquality.png"],"assets/weatherCake/lei.png":["assets/weatherCake/lei.png"],"assets/weatherCake/qing.png":["assets/weatherCake/qing.png"],"assets/weatherCake/shachen.png":["assets/weatherCake/shachen.png"],"assets/weatherCake/wu.png":["assets/weatherCake/wu.png"],"assets/weatherCake/xiaoyu.png":["assets/weatherCake/xiaoyu.png"],"assets/weatherCake/xue.png":["assets/weatherCake/xue.png"],"assets/weatherCake/yin.png":["assets/weatherCake/yin.png"],"assets/weatherCake/yu.png":["assets/weatherCake/yu.png"],"assets/weatherCake/yujiaxue.png":["assets/weatherCake/yujiaxue.png"],"assets/weatherCake/yun.png":["assets/weatherCake/yun.png"],"assets/webp/recook_splash.webp":["assets/webp/recook_splash.webp"],"packages/cupertino_icons/assets/CupertinoIcons.ttf":["packages/cupertino_icons/assets/CupertinoIcons.ttf"]}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
{"assets/home/home_list_times_1.png":["assets/home/home_list_times_1.png"],"assets/home/ic_baby.png":["assets/home/ic_baby.png"],"assets/home/ic_bag.png":["assets/home/ic_bag.png"],"assets/home/ic_book.png":["assets/home/ic_book.png"],"assets/home/ic_classification.png":["assets/home/ic_classification.png"],"assets/home/ic_clean.png":["assets/home/ic_clean.png"],"assets/home/ic_clothes.png":["assets/home/ic_clothes.png"],"assets/home/ic_department.png":["assets/home/ic_department.png"],"assets/home/ic_electricity.png":["assets/home/ic_electricity.png"],"assets/home/ic_food.png":["assets/home/ic_food.png"],"assets/home/ic_furniture.png":["assets/home/ic_furniture.png"],"assets/home/ic_hair.png":["assets/home/ic_hair.png"],"assets/home/ic_import.png":["assets/home/ic_import.png"],"assets/home/ic_medicalbox.png":["assets/home/ic_medicalbox.png"],"assets/home/ic_members.png":["assets/home/ic_members.png"],"assets/home/ic_phone.png":["assets/home/ic_phone.png"],"assets/home/ic_rice.png":["assets/home/ic_rice.png"],"assets/home/ic_sport.png":["assets/home/ic_sport.png"],"assets/home/ic_tea.png":["assets/home/ic_tea.png"],"assets/home/ic_vegetables.png":["assets/home/ic_vegetables.png"],"assets/home/ic_wine.png":["assets/home/ic_wine.png"],"assets/home/invite.webp":["assets/home/invite.webp"],"assets/home/single_day.png":["assets/home/single_day.png"],"assets/icons/app_icon.png":["assets/icons/app_icon.png"],"assets/icons/home_tab_search.png":["assets/icons/home_tab_search.png"],"assets/icons/last_month_icon.png":["assets/icons/last_month_icon.png"],"assets/icons/last_year_icon.png":["assets/icons/last_year_icon.png"],"assets/icons/navigation_msg.png":["assets/icons/navigation_msg.png"],"assets/icons/navigation_scan.png":["assets/icons/navigation_scan.png"],"assets/icons/next_month_icon.png":["assets/icons/next_month_icon.png"],"assets/icons/next_year_icon.png":["assets/icons/next_year_icon.png"],"assets/icons/shop_page_smile.png":["assets/icons/shop_page_smile.png"],"assets/images/HomeRefreshHeader3.gif":["assets/images/HomeRefreshHeader3.gif"],"assets/images/placeholder_new_1x1_a.png":["assets/images/placeholder_new_1x1_a.png"],"assets/images/placeholder_new_1x2_a.png":["assets/images/placeholder_new_1x2_a.png"],"assets/images/placeholder_new_2x1_a.png":["assets/images/placeholder_new_2x1_a.png"],"assets/weather/bingbao_bg.jpg":["assets/weather/bingbao_bg.jpg"],"assets/weather/lei_bg.jpg":["assets/weather/lei_bg.jpg"],"assets/weather/qing_bg.jpg":["assets/weather/qing_bg.jpg"],"assets/weather/shachen_bg.jpg":["assets/weather/shachen_bg.jpg"],"assets/weather/weather_location.png":["assets/weather/weather_location.png"],"assets/weather/weather_waning.png":["assets/weather/weather_waning.png"],"assets/weather/wu_bg.jpg":["assets/weather/wu_bg.jpg"],"assets/weather/xun_bg.jpg":["assets/weather/xun_bg.jpg"],"assets/weather/yin_bg.jpg":["assets/weather/yin_bg.jpg"],"assets/weather/yu_bg.jpg":["assets/weather/yu_bg.jpg"],"assets/weather/yun_bg.jpg":["assets/weather/yun_bg.jpg"],"assets/weatherCake/airquality.png":["assets/weatherCake/airquality.png"],"assets/weatherCake/lei.png":["assets/weatherCake/lei.png"],"assets/weatherCake/qing.png":["assets/weatherCake/qing.png"],"assets/weatherCake/shachen.png":["assets/weatherCake/shachen.png"],"assets/weatherCake/wu.png":["assets/weatherCake/wu.png"],"assets/weatherCake/xiaoyu.png":["assets/weatherCake/xiaoyu.png"],"assets/weatherCake/xue.png":["assets/weatherCake/xue.png"],"assets/weatherCake/yin.png":["assets/weatherCake/yin.png"],"assets/weatherCake/yu.png":["assets/weatherCake/yu.png"],"assets/weatherCake/yujiaxue.png":["assets/weatherCake/yujiaxue.png"],"assets/weatherCake/yun.png":["assets/weatherCake/yun.png"],"assets/webp/recook_splash.webp":["assets/webp/recook_splash.webp"],"packages/cupertino_icons/assets/CupertinoIcons.ttf":["packages/cupertino_icons/assets/CupertinoIcons.ttf"]}

@ -0,0 +1 @@
[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]},{"family":"packages/cupertino_icons/CupertinoIcons","fonts":[{"asset":"packages/cupertino_icons/assets/CupertinoIcons.ttf"}]}]

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save