VeryGoodOpenSource / very_good_cli

A Very Good Command-Line Interface for Dart created by Very Good Ventures 🦄
http://cli.vgv.dev
MIT License
2.15k stars 188 forks source link

Remove Default Splash Screen #486

Closed NurRozikin closed 2 years ago

NurRozikin commented 2 years ago

How to remove default splash screen? Thx

NurRozikin commented 2 years ago

Resolve this problem using flutter_native_splash

JakeHadley commented 1 year ago

@NurRozikin how did you solve this? I ran everything with flutter_native_splash and it's still briefly showing the original VGV splash image.

NurRozikin commented 1 year ago

Sorry, It was from flutter_launcher_icons, not from flutter_native_splash.

trueshail commented 1 year ago

@JakeHadley Did it work for you? I am still seeing the original VGV splash image.

JakeHadley commented 1 year ago

@JakeHadley Did it work for you? I am still seeing the original VGV splash image.

Yeah I just had to restart everything and it worked.

osamamohammed98 commented 1 year ago

not work with my flutter_launcher_icons flutter_native_splash there are two splash the first for verygood cli the sound for flutter

iamnabink commented 1 year ago

Facing a similar issue, [is it because of flutter_launcher_icons? ] but not working, any fixes yet?