Skip to content

Conversation

majdkz97
Copy link

if we have multiple images and autoplay is on.
and we need to make image durations different so i make this small edit on swiper.dart.

to use this feature:

onIndexChanged: (index) {
                    setState(() {
                      autoPlayDelay = images[index].durationYouWant;
                    });
                  },

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

Successfully merging this pull request may close these issues.

1 participant