Splash란? 플러터 스플래시 스크린은 앱이 시작될 때 나타나는 초기 화면을 말합니다.
일반적으로 앱의 로고나 브랜드명이 간단하게 표시되며, 사용자에게 앱이 로딩 중임을 알리는 역할을 수행합니다.
"Splash" refers to the initial screen that appears when an app starts. In Flutter,
a splash screen typically displays a brief representation of the app, such as a logo or brand name,
conveying to the user that the app is in the process of loading.