DPLYR-dev / SplashScreenFlutterPackage

A small splashscreen used as intro for flutter applications easily with a lot of customizations ❤️🥳
MIT License
294 stars 122 forks source link

Remove loading indicator #43

Closed ogulcankarayel5 closed 3 years ago

ogulcankarayel5 commented 4 years ago

Is there any way to remove loading indicator from splash screen ?

timekone commented 4 years ago

As a quick hack you can try to make it transparent with loaderColor: Colors.transparent.

ahmedmgh67 commented 3 years ago

You have the useLoader property you can use it now. Thank you