tat_flutter
tat_flutter copied to clipboard
Rework splash screen
Description
This PR replaces splash screens across all platforms. NPC branding has been added to the bottom of the screens. Details about the changes can be found in the commit messages.
Implementation
- [x] Add
splash-android_12.png
and its dark variant. - [x] Add
branding.png
and its dark variant. - [x] Remove unused images from the assets directory.
Testing Instructions
Launch the app on each platform in both light mode and dark mode to check that the images are correctly displayed.
Additional Notes
- Due to the requirements of the new
SplashScreen
API in Android 12, the text "我的北科生活 TAT" has been removed from the splash screen. - Once this upstream issue is resolved, we will be able to add splash screen animations.
- For easier review, consider reviewing each commit separately and skipping the generated files.