Add a launcher app logo + app logo in home page

This commit is contained in:
2025-07-09 21:37:29 +02:00
parent 6957075f46
commit f809375a31
33 changed files with 118 additions and 44 deletions

View File

@ -31,6 +31,7 @@ dependencies:
flutter:
sdk: flutter
flutter_colorpicker: ^1.0.0
flutter_launcher_icons: ^0.13.1
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.8
@ -46,13 +47,14 @@ dependencies:
json_serializable: ^6.9.5
image_cropper: ^9.1.0
intl: ^0.20.2
provider: ^6.1.2
provider: ^6.1.2
geolocator: ^12.0.0
flutter_map: ^8.0.0
latlong2: ^0.9.1
flutter_localizations:
sdk: flutter
shared_preferences: ^2.2.0
flutter_svg: ^2.0.10+1
dev_dependencies:
flutter_test:
@ -70,7 +72,6 @@ dev_dependencies:
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
@ -78,9 +79,8 @@ flutter:
generate: 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/ # This is the correct and only place to declare your assets folder.
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/to/resolution-aware-images
@ -107,3 +107,11 @@ flutter:
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/to/font-from-package
# This section needs to be at the root level, not under "flutter:"
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/rtimelogo.png"
min_sdk_android: 21
remove_alpha_ios: true