diff --git a/README.md b/README.md index cf90da3..87e6e74 100644 --- a/README.md +++ b/README.md @@ -81,4 +81,5 @@ flutter_kinetra -kt_pages:ui页面 -kt_utils:工具类 -kt_widget:组件 - main.dart:项目启动入口函数 \ No newline at end of file + main.dart:项目启动入口函数 + pubspec.yaml:配置项目版本号、引入插件、字体和图片等静态资源 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 07a4b1c..eebd0c0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -123,6 +123,7 @@ flutter: # For details regarding fonts from package dependencies, # see https://flutter.dev/to/font-from-package +# app图标配置 flutter_launcher_icons: image_path: "assets/ic_logo.png" android: "launcher_icon" @@ -130,6 +131,7 @@ flutter_launcher_icons: ios: true remove_alpha_ios: true +# app启动图配置 flutter_native_splash: color: "#01060B" image: assets/splash.png