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

Multiple Instance #114

Closed LiveRock closed 2 years ago

LiveRock commented 3 years ago

Hi I am using intro-slider as HELP Pages and it is used in different sections. I realised that when I navigate between sections, intro-slider still show old content even thru they are instantiated in different classes. How do I mitigate this? Thanks and hope to hear from you soon.

duytq94 commented 3 years ago

I tested with this case (intro 1 => home => intro2) and it works normally, can you explain in more detail your case? ezgif com-gif-maker

LiveRock commented 3 years ago

I mean I have 4 instances of intro-slider with all different content pages

duytq94 commented 3 years ago

Can you give your code example? I tested with different pages and it's work normally.