mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #186] [MERGED] [core] Fix Warnings and Regenerate Splash Screens #184
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/186
Author: @ricoberger
Created: 8/7/2024
Status: ✅ Merged
Merged: 8/7/2024
Merged by: @ricoberger
Base:
main← Head:core-fix-warnings-and-regenerate-splash-screens📝 Commits (1)
f6479d0[core] Fix Warnings and Regenerate Splash Screens📊 Changes
28 files changed (+162 additions, -106 deletions)
View changed files
📝
app/android/app/src/main/res/drawable-hdpi/android12splash.png(+0 -0)📝
app/android/app/src/main/res/drawable-hdpi/splash.png(+0 -0)📝
app/android/app/src/main/res/drawable-mdpi/android12splash.png(+0 -0)📝
app/android/app/src/main/res/drawable-mdpi/splash.png(+0 -0)📝
app/android/app/src/main/res/drawable-night-hdpi/android12splash.png(+0 -0)📝
app/android/app/src/main/res/drawable-night-mdpi/android12splash.png(+0 -0)📝
app/android/app/src/main/res/drawable-night-xhdpi/android12splash.png(+0 -0)📝
app/android/app/src/main/res/drawable-night-xxhdpi/android12splash.png(+0 -0)📝
app/android/app/src/main/res/drawable-xhdpi/android12splash.png(+0 -0)📝
app/android/app/src/main/res/drawable-xhdpi/splash.png(+0 -0)📝
app/android/app/src/main/res/drawable-xxhdpi/android12splash.png(+0 -0)📝
app/android/app/src/main/res/drawable-xxhdpi/splash.png(+0 -0)📝
app/android/app/src/main/res/values-night/styles.xml(+4 -0)📝
app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png(+0 -0)📝
app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png(+0 -0)📝
app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png(+0 -0)📝
app/ios/Runner/Info.plist(+65 -65)📝
app/web/index.html(+69 -35)📝
app/web/splash/img/dark-1x.png(+0 -0)📝
app/web/splash/img/dark-2x.png(+0 -0)...and 8 more files
📄 Description
This commit fixes the following warnings for the web build:
To re-add the slash screen we alsow run the
flutter pub run flutter_native_splash:createcommand again, which also updated the splash screens for iOS and Android.Last but not least this commit also fixes the following warnings for the Windows build:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.