Develop/Flutter
2023. 6. 22.
[Flutter] Flutter앱 첫 로딩화면 flutter_native_splash로 간단하게 구현하기
앱을 처음킬때 로딩화면이 있으면 좋을것같아서 구현을 해보고자한다. 물론 모든걸 코드로 구현하면 좋겠지만... 나같은 초짜는 사실 좀 어렵게 느껴지던 와중에 flutter_native_splash라는 좋은 패키지가 있어서 이걸 사용하고자 한다. 일단 관련 패키지 사용법은 아래 링크를 통해서 자세하게 알수있다. https://pub.dev/packages/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. ..