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

Option to disable loader #27

Closed EmilienLeroy closed 5 years ago

EmilienLeroy commented 5 years ago

Hi, It's possible to add an option to disable the loader ? Like :

new SplashScreen(
        seconds: 3,
        navigateAfterSeconds: new HomeScreen(),
        title: new Text('Welcome In SplashScreen'),
        useLoader: false // remove the loader
)
ahmedmgh67 commented 5 years ago

Issue resolved waiting for upload

EmilienLeroy commented 5 years ago

Thanks you 😀

DanielChuDC commented 3 years ago

Hi would like to help to update the docs for disable loading as the docs did not mention the disable options.