added splash module, fonts and display bundle label

This commit is contained in:
2026-01-15 09:20:45 +01:00
parent 577a3709d3
commit e83bb02be8
72 changed files with 821 additions and 92 deletions

View File

@@ -47,7 +47,8 @@ dependencies:
path: ../../modules/notifications
dashboard_shell:
path: ../../modules/dashboard_shell
splash:
path: ../../modules/splash
#packages dependencies go here
navigation:
path: ../../packages/navigation
@@ -61,7 +62,6 @@ dependencies:
path: ../../packages/sf_infrastructure
utils:
path: ../../packages/utils
#dependencies go here
cupertino_icons: ^1.0.8
flutter_svg: ^2.2.1
@@ -69,7 +69,7 @@ dependencies:
build_runner: ^2.7.1
flutter_dotenv: ^6.0.0
country_code_picker: ^3.4.1
flutter_native_splash: ^2.4.7
dev_dependencies:
flutter_test:
sdk: flutter
@@ -95,6 +95,7 @@ flutter:
# To add assets to your application, add an assets section, like this:
assets:
- assets/images/ui/
- assets/images/logos/
- .env
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/to/resolution-aware-images
@@ -121,3 +122,19 @@ flutter:
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/to/font-from-package
flutter_native_splash:
fullscreen: true
color: "#F7F7F7"
image: assets/images/logos/logo_splash.png
android_gravity: center
ios_content_mode: scaleAspectFit
android: true
ios: true
web: false
android_12:
color: "#F7F7F7"
icon_background_color: "#F7F7F7"
image: assets/images/logos/logo_splash.png