Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement indicators with Axis.vertical scroll direction #12

Closed
JHBitencourt opened this issue Jun 7, 2020 · 1 comment
Closed

Implement indicators with Axis.vertical scroll direction #12

JHBitencourt opened this issue Jun 7, 2020 · 1 comment

Comments

@JHBitencourt
Copy link

Currently the package does not support using it with PageView's scrollDirection: Axis.vertical.

Instead of rendering this:

image

It should render in Y axis:

image

Maybe a parameter scrollDirection must be implemented:

SmoothPageIndicator(
  controller: pageController,
  scrollDirection: Axis.vertical,
);
@Milad-Akarie
Copy link
Owner

@JHBitencourt Implemented in v0.2.0 check it out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants