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

Implement Custom Loader #47

Closed vixipop closed 3 years ago

vixipop commented 3 years ago

Is your feature request related to a problem? Please describe. I was going through this amazing package which was easy to use but one problem was I couldn't implement a Custom Loader because this one is kind of very default and because I wanted to use one of the loaders of the SpinKit Package.

Describe the solution you'd like to offer. I copied the code into my local project and added a new Widget variable and changed the block of code with the default loader in the Expanded Widget. And it worked perfectly.

Additional context image image

ahmedmgh67 commented 3 years ago

Sorry for being late @jnvee , this idea will be awesome, we'll add in our roadmap for sure, maybe we'll deliver it next month, if you want it faster, you can open a pull request and I'll merge it right away.

vixipop commented 3 years ago

great I'll submit a PR in a few hours