🍱 Update assets
This commit is contained in:
BIN
assets/images/icon-dark.png
Normal file
BIN
assets/images/icon-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
BIN
assets/images/icon-mono.jpg
Normal file
BIN
assets/images/icon-mono.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
BIN
assets/images/icon-padded.png
Normal file
BIN
assets/images/icon-padded.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 94 KiB |
BIN
assets/images/icon.jpg
Normal file
BIN
assets/images/icon.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
@@ -7,7 +7,7 @@
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>Groovybox</string>
|
||||
<string>GroovyBox</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(EXECUTABLE_NAME)</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@@ -15,7 +15,7 @@
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>groovybox</string>
|
||||
<string>GroovyBox</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
|
||||
@@ -94,7 +94,7 @@ final class SeedColorNotifierProvider
|
||||
}
|
||||
}
|
||||
|
||||
String _$seedColorNotifierHash() => r'7c7893af5be42f3771a268159e7a5e2597bebc4e';
|
||||
String _$seedColorNotifierHash() => r'3954f171d23ec7bcf3357928a278a8212c835908';
|
||||
|
||||
abstract class _$SeedColorNotifier extends $Notifier<Color> {
|
||||
Color build();
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<string>GroovyBox</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
|
||||
@@ -374,6 +374,14 @@ packages:
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "0.21.3+1"
|
||||
flutter_launcher_icons:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
name: flutter_launcher_icons
|
||||
sha256: "10f13781741a2e3972126fae08393d3c4e01fa4cd7473326b94b72cf594195e7"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "0.14.4"
|
||||
flutter_lints:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
|
||||
34
pubspec.yaml
34
pubspec.yaml
@@ -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"
|
||||
Reference in New Issue
Block a user