DPLYR-dev / SplashScreenFlutterPackage

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

Update the splash screen redirect navigator to accept named routes #4

Closed AndrewLowther closed 6 years ago

AndrewLowther commented 6 years ago

I am using Material named routes in my application, which means that using this plugin breaks the flow a little. I have added a small conditional statement that allows me to pass a named route, and then have the navigator push that.

Tested using my local application development environment.

Signed-off-by: Andrew Lowther Andrew.Lowther@gentinguk.com

KarimMohamed20 commented 6 years ago

Will add it .