tat_flutter icon indicating copy to clipboard operation
tat_flutter copied to clipboard

Rework splash screen

Open rileychh opened this issue 1 year ago • 0 comments

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.

  • [x] For Android 11 and older: light, dark
  • [x] For Android 12 and later: light, dark
  • [ ] iOS

Additional Notes

  1. Due to the requirements of the new SplashScreen API in Android 12, the text "我的北科生活 TAT" has been removed from the splash screen.
  2. Once this upstream issue is resolved, we will be able to add splash screen animations.
  3. For easier review, consider reviewing each commit separately and skipping the generated files.

rileychh avatar Feb 13 '24 17:02 rileychh