duytq94 / flutter-intro-slider

Simple and configurable app introduction slider for Flutter
https://pub.dartlang.org/packages/intro_slider
MIT License
677 stars 141 forks source link

Feature centerwidget #6

Closed StefanoGR closed 5 years ago

StefanoGR commented 5 years ago

Hello,

thanks for the good job on the library, I am planning to use it in my app, but I need in some cases to recycle some widgets that I made and put them in the center instead of the image.

I created a "centerWidget" item that can be rendered if the pathImage is null.

I've also switched the Column in the renderTab to Listview because on some displays there is an overflow ;)

Stefano

duytq94 commented 5 years ago

I merged it, thanks for your contribution.

StefanoGR commented 5 years ago

No problem! I will add more if I have time :) 👍