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

Hide Done button until a condition #81

Closed worthapenny closed 4 years ago

worthapenny commented 4 years ago

Hey guys,

Quick question: Is it possible to hide the 'Done' button until some condition is true?

e.g. Hide or Disable the 'Done' button until a valid input.

freppps commented 4 years ago

See @duytq94 below!

duytran4 commented 4 years ago

Does isShowDoneBtn property help you guy?

freppps commented 4 years ago

I've totally missed that property. Worked perfect for me! Thanks @duytq94