B-L-Studios / OnBoarding-compose

A customizable jetpack compose library for building onboarding screen quickly and easily
Apache License 2.0
4 stars 1 forks source link

Next button should only be visible on the last page #1

Open notAnElephant opened 1 week ago

notAnElephant commented 1 week ago

Otherwise, people might easily assume (as I did as well) it to be the "next page in onboarding" button, which it is certainly not. At least a flag to turn this behaviour on or off would be nice (alternatively, a boolean flag at the pages' constructor to show or hide the next button)

notAnElephant commented 1 week ago

cool repo btw :D