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

Fix: wrong assumption on routeName #51

Closed fezu54 closed 3 years ago

fezu54 commented 3 years ago

Current assumption always validates to true. I guess the initial intention was to throw an error if a route does not start with a forward slash. fixes #50

ahmedmgh67 commented 3 years ago

This will solve it, I'm merging it now

ahmedmgh67 commented 3 years ago

Merged! It will be published to pub.dev today