KomodoPlatform / komodo-wallet-mobile

KomodoWallet Mobile codebase
https://komodoplatform.com
MIT License
21 stars 31 forks source link

Blend native splash screen with Flutter splash screen #46

Open CharlVS opened 11 months ago

CharlVS commented 11 months ago

Between the user launching app and the app being ready for the user's input, the user is shown 2 separate loading screens. We want to blend them seamlessly.

The challenge is to get the native Android/iOS code splash screens (the first one shown) to transition seamlessly to our universal Flutter code loading screen for all screen sizes of all platforms.

@CharlVS

  1. logo size still jumping on Loading screen for iOS app

https://github.com/KomodoPlatform/komodo-wallet-mobile/assets/130828357/0ef0a23b-1d17-47e5-b2fd-1e4df9dafedc

Originally posted by @kivqa in https://github.com/KomodoPlatform/komodo-wallet-mobile/issues/44#issuecomment-1645285846