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

RouteTRansition doesn't work if second page has a IntroSlider #29

Closed pascalf22 closed 5 years ago

pascalf22 commented 5 years ago

Hello @duytq94 !

Thanks for Flutter-intro-slider, i love it !

I have one more issue...

I have 2 pages. When i go to the second page, i added a route Transition(left to right transition), the second page has the flutter-intro-slider.

The transition doesn't work if there is the flutter-intro-slider in the page. If i comment the intro-slider, the transition works perfectly... but not with the flutter-intro-slider.

Do you know why ? How can we solve this issue ?

Thanks a lot and have a great day !

Pascal

duytq94 commented 5 years ago

Hi @pascalf22 I tested with your case, page 1 -> page 2 with left-to-right transition, the transition works fine. ezgif com-resize

pascalf22 commented 5 years ago

Hello @duytq94 , Ok thanks ! I will check it again ! I don't understand why ?? But i will check it again Thanks a lot !!

Pascal

duytq94 commented 5 years ago

31