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

Suggestion: maxLines in title flexible #5

Closed vitorloredo closed 5 years ago

vitorloredo commented 5 years ago

It would be good if title is too large

maxline: maxLineTextTitle != null ? maxLineTextTitle : 1,

duytq94 commented 5 years ago

Hi, that's a good idea, I'll update it at this weekend, thanks.

duytq94 commented 5 years ago

@vitorloredo Done, please check it again. Thanks.