dev/flutter

[Flutter] 스플래시(Splash, Intro)

캄춰 2023. 12. 12. 14:21
728x90
반응형

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.

pub.dev

 

명령어 :

cmd : dart run flutter_native_splash:create / remove

 

dependencies:
	flutter_native_splash: ^2.3.8

 

 

pubspec.yaml 설정

flutter_native_splash:
  color: '#FF0000'

  android_12:
    color: '##FF0000'

 

 

추후 안드로이드 11이하, 아이폰으로 테스트하고 완전한 정리가 필요할 듯 하다

 

728x90
반응형