mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
chore: Define old android splash screen
This commit is contained in:
parent
5530c6fd0c
commit
654be43d60
24 changed files with 118 additions and 40 deletions
10
pubspec.yaml
10
pubspec.yaml
|
|
@ -130,6 +130,7 @@ dependencies:
|
|||
share_plus: ^12.0.0
|
||||
archive: ^4.0.7
|
||||
dart_mappable: ^4.6.0
|
||||
flutter_native_splash: ^2.4.7
|
||||
|
||||
dependency_overrides:
|
||||
media_kit:
|
||||
|
|
@ -219,3 +220,12 @@ flutter:
|
|||
style: normal
|
||||
- asset: assets/fonts/opensans/OpenSans-Italic.ttf
|
||||
style: italic
|
||||
|
||||
flutter_native_splash:
|
||||
color: "#210000"
|
||||
color_dark: "#210000"
|
||||
image: icons/production/fladder_icon.png
|
||||
image_dark: icons/production/fladder_icon.png
|
||||
android: true
|
||||
ios: false
|
||||
web: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue