Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions flutter_native_splash.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
flutter_native_splash:
color: "#ffffff"
image: assets/images/logo_dev.png
branding: assets/images/proximapp.png
color_dark: "#424242"
image_dark: assets/images/logo_dev.png
branding_dark: assets/images/proximapp.png

android_12:
image: assets/images/logo_dev.png
icon_background_color: "#ffffff"
image_dark: assets/images/logo_dev.png
icon_background_color_dark: "#424242"

web: false
16 changes: 16 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "7.4.5"
ansicolor:
dependency: transitive
description:
name: ansicolor
sha256: "50e982d500bc863e1d703448afdbf9e5a72eb48840a4f766fa361ffd6877055f"
url: "https://pub.dev"
source: hosted
version: "2.0.3"
app_links:
dependency: "direct main"
description:
Expand Down Expand Up @@ -531,6 +539,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.6.23"
flutter_native_splash:
dependency: "direct main"
description:
name: flutter_native_splash
sha256: "8321a6d11a8d13977fa780c89de8d257cce3d841eecfb7a4cadffcc4f12d82dc"
url: "https://pub.dev"
source: hosted
version: "2.4.6"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies:
flutter_localizations:
sdk: flutter
flutter_markdown: ^0.6.18+3
flutter_native_splash: ^2.4.6
flutter_riverpod: ^2.1.1
flutter_secure_storage: ^10.0.0-beta
flutter_svg: ^2.0.7
Expand Down