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

Navigate by Index #5

Closed
essare opened this issue Jan 13, 2019 · 2 comments
Closed

Navigate by Index #5

essare opened this issue Jan 13, 2019 · 2 comments

Comments

@essare
Copy link

essare commented Jan 13, 2019

any way to select image by its index id ? or know which image index is displayed
some thing like this

updateCallback: (index) {
        setState(() {
          _selectedImgIndex = index;
        });
      },
@TuanAnhNguyen69
Copy link
Collaborator

@Ess-Soft I have supported a handler that provides you the current index in ver 0.1.1. Hope that helps.

@tiny-express
Copy link
Collaborator

thanks @TuanAnhNguyen69

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

No branches or pull requests

2 participants