1-) FLUTTER - açılışta beyaz ekran sorununu giderme ve splash screen native kullanımı
1- flutter pub add flutter_native_splash
2- pubspec.yaml
flutter_native_splash: color: "#FFFFFF" image: assets/images/splashlogo.png fullscreen: true
3- Ardından aşağıdakini Terminale yaz ve entere bas
flutter pub run flutter_native_splash:create
---------------aşağıdaki gibi çıktır vericek---------------
EKRAN GÖRÜNTÜSÜ
kaynaklar : https://stackoverflow.com/questions/56168832/flutter-app-on-start-it-is-showing-white-screen-for-few-second
kurulum : https://pub.dev/packages/flutter_native_splash/install