my_flutter_onboarding_slider 1.0.1
my_flutter_onboarding_slider: ^1.0.1 copied to clipboard
A page slider with parallex design that allows (Text) widgets or body to slide at a different speed with background.
Flutter OnBoarding Slider is a Flutter package containing a page slider with parallex design that allows (Text) widgets or body to slide at a different speed with background. ✨
Supporting Android, iOS.
Why? #
We build this package because we wanted to:
- have parralex design of the background that allows background to slide at a different speed.
- display with a bottom controller that indicates the current page.
- trigger
skipwith a button on the top right with a final function. - NEW: you can use
centerBackgroundproperty to center the background images. If you use this propertyimageHorizontalOffsetproperty will get ignored. - NEW: You can use
finishButtonStyleproperty to customize the finish button according to your design.