mirror of
https://github.com/inventree/inventree-app.git
synced 2026-07-04 11:50:45 +00:00
Regenerate splash screen
This commit is contained in:
+9
-1
@@ -48,15 +48,23 @@ dependencies:
|
||||
|
||||
dev_dependencies:
|
||||
flutter_launcher_icons: ^0.14.1
|
||||
flutter_native_splash: ^2.4.3
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
lint: ^2.1.2
|
||||
test: ^1.22.0
|
||||
|
||||
flutter_native_splash:
|
||||
color: "#b8a46c"
|
||||
image: assets/image/inventree.png
|
||||
android_12:
|
||||
color: "#b8a46c"
|
||||
image: assets/image/inventree.png
|
||||
|
||||
flutter_icons:
|
||||
android: true
|
||||
ios: true
|
||||
image_path: "assets/image/inventree.svg"
|
||||
image_path: "assets/image/inventree.png"
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://www.dartlang.org/tools/pub/pubspec
|
||||
|
||||
Reference in New Issue
Block a user