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

How to customize #89

Open subzero911 opened 3 years ago

subzero911 commented 3 years ago

Is it possible to customize the Skip button position? By design I want it to be at the top right corner. Is it possible to use Dots indicator separately? Because I already have a self-written intro screen and want these fancy animated dots.

noveleven commented 3 years ago

make introslider child of stack, hide all button, and make custom button position on it.