daino_saur
article thumbnail
플러터 [Flutter] 초간단 splash 화면 설정
프로그래밍/Flutter 2023. 7. 25. 00:45

오늘은 앱을 처음 시작했을 때 보이는 splash 화면을 쉽게 설정하는 법을 알아보겠습니다. 패키지 다운 splash 화면을 쉽게 적용시켜주는 flutter_native_splash 패키지를 다운한다. flutter pub add flutter_native_splash flutter_native_splash | Flutter Package Customize Flutter's default white native splash screen with background color and splash image. Supports dark mode, full screen, and more. pub.dev 이미지 준비  기본 이미지 사이즈 : 768 x 768 android12 이미지 사이즈 : 1152x1152..