🍱 Update assets

This commit is contained in:
2025-12-16 23:37:15 +08:00
parent 5edc9cf2ca
commit 79e0c65f0b
9 changed files with 43 additions and 7 deletions

View File

@@ -67,6 +67,7 @@ dev_dependencies:
build_runner: ^2.10.4
riverpod_generator: ^3.0.3
drift_dev: ^2.30.0
flutter_launcher_icons: ^0.14.4
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
@@ -80,9 +81,8 @@ flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
- assets/images/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/to/resolution-aware-images
@@ -109,3 +109,31 @@ flutter:
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/to/font-from-package
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/logo.png"
min_sdk_android: 21
image_path_ios_dark_transparent: "assets/images/logo-dark.png"
remove_alpha_ios: true
desaturate_tinted_to_grayscale_ios: true
background_color_ios: "#ffffff"
web:
generate: true
image_path: "assets/images/logo-dark.png"
background_color: "#ffffff"
theme_color: "#2eb0c7"
windows:
generate: true
image_path: "assets/images/logo-dark.png"
icon_size: 256
macos:
generate: true
image_path: "assets/images/icon-padded.png"
flutter_native_splash:
image: "assets/images/icon.png"
image_dark: "assets/images/icon-dark.png"
color: "#2eb0c7"
color_dark: "#121212"