I’m building a Flutter app and trying to configure a splash screen with flutter_native_splash.
My goal:
Show my app logo centered (sharp, not blurry)
Show a skyline image at the bottom that spans the full width of the screen (like a footer illustration)
Here’s my pubspec.yaml config: < /p>
flutter_native_splash:
color: "#FFFFFF"
image: assets/images/logo_1024.png
branding: assets/images/skyline2_3000.png
branding_mode: bottom
android_12:
color: "#FFFFFF"
image: assets/images/logo_1024.png
branding: assets/images/skyline2_3000.png
branding_mode: bottom
web: false
< /code>
Я уже пробовал: < /p>
Экспорт логотипа Bigher (W1024) < /p>
< /li>
Создание горизонта очень широким (W3000 Px) < /p>
< /li>
< /li>
< /ul>
flutter pub run flutter_native_splash:remove
flutter clean
flutter pub get
flutter pub run flutter_native_splash:create
< /code>
Утолщение /переустановка приложения < /li>
< /ul>
Но результат все еще неверен: < /p>
Взгляд на сплюс -экране < /p>
< /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br /br / Не охватывать полную ширину (он показывает центр пустого пространства по бокам) < /p>
< /li>
< /ul>
Скриншоты:
Как я могу убедиться, что логотип Splash остается резким (не размытым)?>
Подробнее здесь: https://stackoverflow.com/questions/797 ... doesn-t-st