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

i am not able to set Slide in this Order (Image - Title - Description) #22

Closed Harishpenta closed 5 years ago

Harishpenta commented 5 years ago

i want to sent the slide page in the following order Image - Title - Description

how to make it so.?

duytq94 commented 5 years ago

Hi @Harishpenta Currently, we can't do this thing. I will upgrade to help user custom their own tabs.

duytq94 commented 5 years ago

@Harishpenta d363cba1eb17816bf0b4d6d598aba19cb0422930 I just add this feature on version 2.0.0, please checkout readme for more info.

custom3