dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^3.0.1 flutter_native_splash: ^2.3.2 flutter_native_splash: color: "#000000" # se quiser splash iniciar em preto #000000 em azul logo #2a7fff em branco #ffffff #android: false #ios: false # Android 12 handles the splash screen differently than previous versions. Please visit # https://developer.android.com/guide/topics/ui/splash-screen # Following are Android 12 specific parameter. android_12: # The image parameter sets the splash screen icon image. If this parameter is not specified, # the app's launcher icon will be used instead. # Please note that the splash screen will be clipped to a circle on the center of the screen. # App icon with an icon background: This should be 960×960 pixels, and fit within a circle # 640 pixels in diameter. # App icon without an icon background: This should be 1152×1152 pixels, and fit within a circle # 768 pixels in diameter. image: "assets/splash/logo_fundo_preto.png" # se quiser splash iniciar em branco logo_fundo_branco.png se em preto logo_fundo_preto.png em azul logo_fundo_azul.png # Splash screen background color. color: "#ffffff" # se quiser splash iniciar em preto #000000 em azul logo #2a7fff em branco #ffffff # App icon background color. icon_background_color: "#ffffff" # se quiser splash iniciar em preto #000000 em azul logo #2a7fff em branco #ffffff