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

MaterialPageRoute settings for custom route name #49

Closed ramism16 closed 3 years ago

ramism16 commented 3 years ago

For custom route name push if omitted from MaterialApp route names. This will allow for navigator stack operations on the widget pushed on splashscreen if the route names are not specified in MaterialApp routes.

The RouteSettings name is a String argument in SplashScreen: routeName on which validation is performed.

ahmedmgh67 commented 3 years ago

Hello Ramis, Sorry for being late, this request will be awesome I just reviewed it and it's perfect. Thanks for your contribution, I'll merge it now Thanks again