DPLYR-dev/SplashScreenFlutterPackage

Option to disable loader

EmilienLeroy opened this issue · 3 comments

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
)

Issue resolved waiting for upload

Thanks you 😀

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